enum ActionResultType

Lists the different results of an action.

1
SUCCESS
The asynchronous action has ended with success.
2
FAILURE
The asynchronous action has ended with failure.
3
NOT_AVAILABLE
No result is available yet.
  enum ActionResultType