Class State (0.7.7)

State(value)

Represents execution state of the action.

Values: UNKNOWN (0): The unknown state. ACTION_SUCCEEDED (1): State indicating action executed successfully. ACTION_FAILED (2): State indicating action failed. ACTION_TIMED_OUT (3): State indicating action timed out. ACTION_PENDING (4): State indicating action is pending.