state property
Current state of the AutomationRun.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The AutomationRunhas an unspecified state.
- "SUCCEEDED" : The AutomationRunhas succeeded.
- "CANCELLED" : The AutomationRunwas cancelled.
- "FAILED" : The AutomationRunhas failed.
- "IN_PROGRESS" : The AutomationRunis in progress.
- "PENDING" : The AutomationRunis pending.
- "ABORTED" : The AutomationRunwas aborted.
Implementation
core.String? state;