|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object com.ace.mws.pendingactions.PendingActionState
enum PendingActionState
This enumeration lists all the states a pending action can be in.
Enum Constant Summary | |
---|---|
ALLOCATING
|
|
BATCHHOLD
|
|
BLOCKED
|
|
COMPLETED
|
|
DEFERRED
|
|
HOLD
|
|
IDLE
|
|
LOST
|
|
NONE
|
|
NOTQUEUED
|
|
NOTRUN
|
|
REMOVED
|
|
RUNNING
|
|
STAGED
|
|
STAGING
|
|
STARTING
|
|
SUBMITERR
|
|
SUSPENDED
|
|
SYSTEMHOLD
|
|
UNKNOWN
|
|
USERHOLD
|
|
VACATED
|
Method Summary | |
---|---|
static PendingActionState
|
parseString(String string)
Attempts to parse a string and convert it into a corresponding PendingActionState enum value. |
PendingActionState
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
PendingActionState[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Enum Constant Detail |
---|
PendingActionState ALLOCATING
PendingActionState BATCHHOLD
PendingActionState BLOCKED
PendingActionState COMPLETED
PendingActionState DEFERRED
PendingActionState HOLD
PendingActionState IDLE
PendingActionState LOST
PendingActionState NONE
PendingActionState NOTQUEUED
PendingActionState NOTRUN
PendingActionState REMOVED
PendingActionState RUNNING
PendingActionState STAGED
PendingActionState STAGING
PendingActionState STARTING
PendingActionState SUBMITERR
PendingActionState SUSPENDED
PendingActionState SYSTEMHOLD
PendingActionState UNKNOWN
PendingActionState USERHOLD
PendingActionState VACATED
Method Detail |
---|
static PendingActionState parseString(String string)
string
- the string to parse into a corresponding PendingActionState enum
value.
PendingActionState valueOf(String name)
PendingActionState[] values()
Groovy Documentation