Google Cloud Tasks v2beta3 API - Enum BatchCreateTasksMetadata.Types.State (3.0.0-beta09)

public enum BatchCreateTasksMetadata.Types.State

Reference documentation and code samples for the Google Cloud Tasks v2beta3 API enum BatchCreateTasksMetadata.Types.State.

The state of the batch create operation.

Namespace

Google.Cloud.Tasks.V2Beta3

Assembly

Google.Cloud.Tasks.V2Beta3.dll

Fields

Name Description
Cancelled

The batch create was cancelled.

Failed

The batch create has failed. This means the overall batch create operation failed to complete. This can happen due to an internal error preventing the operation from finishing.

PartiallySucceeded

The batch create has finished with partial success. The tasks that failed to be created are reported in [failed_requests][google.cloud.tasks.v2beta3.BatchCreateTasksMetadata.failed_requests].

Running

The batch create is running.

Succeeded

The batch create has finished. All tasks in the request were successfully created.

Unspecified

The default value. This value is used if the state is omitted.