static QueueTaskProcessStatus |
QueueTaskProcessStatus.fromValue(int value) |
Discovers the adequate status based on the value passed.
|
QueueTaskProcessStatus |
IQueueTaskProcess.getStatus() |
Returns the status the process is in.
|
static QueueTaskProcessStatus |
QueueTaskProcessStatus.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static QueueTaskProcessStatus[] |
QueueTaskProcessStatus.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|