mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 18:34:44 +08:00
fix #I3O97D 站点启动时自动运行状态为【正在运行】的定时任务;
fix #I3ODHI 增加存储过程调用;
This commit is contained in:
17
Infrastructure/Const/JobStatus.cs
Normal file
17
Infrastructure/Const/JobStatus.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace Infrastructure.Const
|
||||
{
|
||||
/// <summary>
|
||||
/// 定时任务状态
|
||||
/// </summary>
|
||||
public enum JobStatus
|
||||
{
|
||||
/// <summary>
|
||||
/// 未启动
|
||||
/// </summary>
|
||||
NotRun,
|
||||
/// <summary>
|
||||
/// 正在运行
|
||||
/// </summary>
|
||||
Running
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user