Class State (1.18.1)

State(value)

Valid states of a JobRun.

Enums

Name Description
STATE_UNSPECIFIED The `JobRun` has an unspecified state.
IN_PROGRESS The `JobRun` is in progress.
SUCCEEDED The `JobRun` has succeeded.
FAILED The `JobRun` has failed.
TERMINATING The `JobRun` is terminating.
TERMINATED The `JobRun` was terminated.