|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.object.TaskState
An "enumeration" of constants used to indicate the state of a background task.
Field Summary | |
static java.lang.String |
code_id
|
static TaskState |
EXECUTING
Indicates that the task is currently executing on some machine. |
static TaskState |
EXTENDED
An extended task state used for passing messages to tasks. |
static TaskState |
FINISHED
Indicates that the task has finished execution. |
static TaskState[] |
ITEMS
|
static TaskState |
READY
Indicates that the task is ready for execution. |
static TaskState |
SCHEDULED
Indicates that the task is scheduled for future or repetative execution. |
static TaskState |
SUSPENDED
Indicates that the task is suspended. |
Method Summary | |
static TaskState |
fromString(java.lang.String name)
|
java.lang.String |
getDisplayNameKey()
|
static java.lang.String |
getDisplayNameKey(java.lang.String name)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
public static final TaskState READY
public static final TaskState EXECUTING
public static final TaskState SUSPENDED
public static final TaskState FINISHED
public static final TaskState SCHEDULED
public static final TaskState EXTENDED
public static final TaskState[] ITEMS
Method Detail |
public java.lang.String toString()
public static TaskState fromString(java.lang.String name)
public java.lang.String getDisplayNameKey()
public static java.lang.String getDisplayNameKey(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |