Enum OperationState (4.0.0)

public enum OperationState

List of different operation states. High level state of the operation. This is used to report the job's current state to the user. Once a long running operation is created, the current state of the operation can be queried even before the operation is finished and the final result is available.

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Fields

NameDescription
Cancelled

The operation was cancelled by the user.

Failed

The operation failed.

Running

The operation is running.

Scheduled

The operation is scheduled.

Succeeded

The operation was completed successfully.

Unspecified

Should not be used.

WaitingForPermissions

Waiting for necessary permissions.