state property

String? state
getter/setter pair

The state of the step entry.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Invalid state.
  • "STATE_IN_PROGRESS" : The step entry is in progress.
  • "STATE_SUCCEEDED" : The step entry finished successfully.
  • "STATE_FAILED" : The step entry failed with an error.

Implementation

core.String? state;