| 程序包 | 说明 |
|---|---|
| cn.ponfee.disjob.core.enums | |
| cn.ponfee.disjob.core.param.supervisor |
| 限定符和类型 | 字段和说明 |
|---|---|
static List<ExecuteState> |
ExecuteState.Const.EXECUTABLE_LIST
State list of can transit to EXECUTING
|
static List<ExecuteState> |
ExecuteState.Const.PAUSABLE_LIST
State list of can transit to PAUSED
|
static List<ExecuteState> |
ExecuteState.Const.TERMINABLE_LIST
State list of can transit to terminated
|
| 限定符和类型 | 方法和说明 |
|---|---|
ExecuteState |
Operation.fromState() |
static ExecuteState |
ExecuteState.of(Integer value) |
ExecuteState |
Operation.toState() |
static ExecuteState |
ExecuteState.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ExecuteState[] |
ExecuteState.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
TerminateTaskParam(long instanceId,
Long wnstanceId,
long taskId,
String worker,
Operation operation,
ExecuteState toState,
String errorMsg) |
Copyright © 2024. All rights reserved.