Class JobState (1.39.0)

JobState(value)

JobState represents the state of the job.

Enums

Name Description
JOB_STATE_UNSPECIFIED Unspecified represents an unknown state and should not be used.
PENDING Job is scheduled and pending for run
RUNNING Job in progress
SUCCEEDED Job has completed with success
FAILED Job has completed but with failure