namespace Common.Const { /// /// 定时任务状态 /// public enum JobStatus { /// /// 未启动 /// NotRun, /// /// 正在运行 /// Running } }