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;