state property

String? state
getter/setter pair

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 succeeded.
  • "FAILED" : The execution run failed.

Implementation

core.String? state;