Module: Google::Cloud::SecurityCenter::V2::JobState
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/job.rb
Overview
JobState represents the state of the job.
Constant Summary collapse
- JOB_STATE_UNSPECIFIED =
Unspecified represents an unknown state and should not be used.
0
- PENDING =
Job is scheduled and pending for run
1
- RUNNING =
Job in progress
2
- SUCCEEDED =
Job has completed with success
3
- FAILED =
Job has completed but with failure
4