优化定时任务
This commit is contained in:
parent
088fffe836
commit
97202201a2
|
|
@ -14,9 +14,6 @@ public class TaskConstants {
|
||||||
/** 状态: 运行 */
|
/** 状态: 运行 */
|
||||||
public static final Integer STATUS_RUN = 1;
|
public static final Integer STATUS_RUN = 1;
|
||||||
|
|
||||||
/** 状态: 停止 */
|
|
||||||
public static final Integer STATUS_STOP = 2;
|
|
||||||
|
|
||||||
/** 状态: 失败 */
|
/** 状态: 失败 */
|
||||||
public static final Integer STATUS_FAIL = 2;
|
public static final Integer STATUS_FAIL = 2;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue