state property

String? state
getter/setter pair

State of the iteration.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Default value. This value is unused.
  • "PROCESSING" : Iteration is in progress.
  • "COMPLETED" : Iteration completed, with all actions being successful.
  • "FAILED" : Iteration completed, with failures.
  • "CANCELLED" : Iteration was explicitly cancelled.
  • "UNKNOWN" : Impossible to determine current state of the iteration.

Implementation

core.String? state;