Class State (2.0.0)
Stay organized with collections
Save and categorize content based on your preferences.
State(value)
Specifies state of TaskExecution
Enums
Name
Description
STATE_UNSPECIFIED
Unspecified.
PENDING
Specifies pending state for the task.
RUNNING
Specifies task is being executed.
SUCCEEDED
Specifies task completed successfully.
CANCEL_PENDING
Specifies Task cancel is in pending state.
CANCELLING
Specifies task is being cancelled.
CANCELLED
Specifies task was cancelled.
FAILED
Specifies task failed.
SKIPPED
Specifies task was skipped due to cache hit.
NOT_TRIGGERED
Specifies that the task was not triggered because the task's trigger policy is not satisfied. The trigger policy is specified in the `condition` field of PipelineJob.pipeline_spec.
[[["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 2026-07-08 UTC."],[],[]]