state property

String? state
getter/setter pair

Current state of the AutomationRun.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The AutomationRun has an unspecified state.
  • "SUCCEEDED" : The AutomationRun has succeeded.
  • "CANCELLED" : The AutomationRun was cancelled.
  • "FAILED" : The AutomationRun has failed.
  • "IN_PROGRESS" : The AutomationRun is in progress.
  • "PENDING" : The AutomationRun is pending.
  • "ABORTED" : The AutomationRun was aborted.

Implementation

core.String? state;