Package | Description |
---|---|
peridot.script |
Modifier and Type | Field and Description |
---|---|
java.util.concurrent.ConcurrentHashMap<java.lang.String,Task.WaitState> |
Task.waitState |
Modifier and Type | Method and Description |
---|---|
static Task.WaitState |
Task.WaitState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Task.WaitState[] |
Task.WaitState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|