Class State (1.51.0)

State(value)

Describes the state of the Execution.

Enums

Name Description
STATE_UNSPECIFIED Unspecified Execution state
NEW The Execution is new
RUNNING The Execution is running
COMPLETE The Execution has finished running
FAILED The Execution has failed
CACHED The Execution completed through Cache hit.
CANCELLED The Execution was cancelled.

Methods

State

State(value)

Describes the state of the Execution.