state property

String? state
getter/setter pair

The execution status

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unknown state
  • "STATE_SUCCESS" : execution completed successfully
  • "STATE_FAILURE" : execution completed with failures
  • "STATE_SKIPPED" : execution was not executed

Implementation

core.String? state;