actionState property

String? actionState
getter/setter pair

State of an action. Possible string values are:

  • "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.

Implementation

core.String? actionState;