Module: Google::Cloud::StorageBatchOperations::V1::Job::State

Defined in:
proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb

Overview

Describes state of a job.

Constant Summary collapse

STATE_UNSPECIFIED =

Default value. This value is unused.

0
RUNNING =

In progress.

1
SUCCEEDED =

Completed successfully.

2
CANCELED =

Cancelled by the user.

3
FAILED =

Terminated due to an unrecoverable failure.

4