Reference documentation and code samples for the Cloud Composer V1 API module Google::Cloud::Orchestration::Airflow::Service::V1::OperationMetadata::State.
An enum describing the overall state of an operation.
Constants
STATE_UNSPECIFIED
value: 0 Unused.
PENDING
value: 1 The operation has been created but is not yet started.
RUNNING
value: 2 The operation is underway.
SUCCEEDED
value: 3 The operation completed successfully.
SUCCESSFUL
value: 3
FAILED
value: 4 The operation is no longer running but did not succeed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]