|
Enum Constant Summary | |
Cancelled The Action, which must implement CancellableAction, detected that a cancellation was requested and cancelled itself. |
|
Completed The Action was run without error |
|
Declined The Action failed with a transient exception. |
|
Failed The Action failed to run to completion. |
|
New A new Action, which has never been run |
|
Pending An Action which has been scheduled for Asynchronous execution, but not yet run. |
|
Running Indicates that the Action is currently being executed by the ActionService |
Method Summary | ||
static ActionStatus |
valueOf(Serializable s) | |
static ActionStatus |
valueOf(String name) | |
static ActionStatus[] |
values() |
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
|