Class State (1.14.2)

State(value)

Describes the current state of the execution. More states may be added in the future.

Values: STATE_UNSPECIFIED (0): Invalid state. ACTIVE (1): The execution is in progress. SUCCEEDED (2): The execution finished successfully. FAILED (3): The execution failed with an error. CANCELLED (4): The execution was stopped intentionally.