Security Command Center V2 API - Module Google::Cloud::SecurityCenter::V2::JobState (v1.3.0)

Reference documentation and code samples for the Security Command Center V2 API module Google::Cloud::SecurityCenter::V2::JobState.

JobState represents the state of the job.

Constants

JOB_STATE_UNSPECIFIED

value: 0
Unspecified represents an unknown state and should not be used.

PENDING

value: 1
Job is scheduled and pending for run

RUNNING

value: 2
Job in progress

SUCCEEDED

value: 3
Job has completed with success

FAILED

value: 4
Job has completed but with failure