Module: Google::Cloud::Deploy::V1::Job::State

Defined in:
proto_docs/google/cloud/deploy/v1/cloud_deploy.rb

Overview

Valid states of a Job.

Constant Summary collapse

STATE_UNSPECIFIED =

The Job has an unspecified state.

0
PENDING =

The Job is waiting for an earlier Phase(s) or Job(s) to complete.

1
DISABLED =

The Job is disabled.

2
IN_PROGRESS =

The Job is in progress.

3
SUCCEEDED =

The Job succeeded.

4
FAILED =

The Job failed.

5
ABORTED =

The Job was aborted.

6
SKIPPED =

The Job was skipped.

7
IGNORED =

The Job was ignored.

8