state property
State
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : state of execution is unspecified
- "RUNNING" : the execution is running in backend service
- "SUCCEEDED" : the execution run success
- "FAILED" : the execution run failed
Implementation
core.String? state;