enum ActionResultType

Lists the different results of an action.

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