Class State (0.7.8)

State(value)

Represents execution state of the action.

Enums

Name Description
UNKNOWN The unknown state.
ACTION_SUCCEEDED State indicating action executed successfully.
ACTION_FAILED State indicating action failed.
ACTION_TIMED_OUT State indicating action timed out.
ACTION_PENDING State indicating action is pending.