state property

String? state
getter/setter pair

Current state of the Phase.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The Phase has an unspecified state.
  • "PENDING" : The Phase is waiting for an earlier Phase(s) to complete.
  • "IN_PROGRESS" : The Phase is in progress.
  • "SUCCEEDED" : The Phase has succeeded.
  • "FAILED" : The Phase has failed.
  • "ABORTED" : The Phase was aborted.
  • "SKIPPED" : The Phase was skipped.

Implementation

core.String? state;