OperationStatus enum

The status of an operation.

Fields

NotSet = 0

The operation does not have a status set.

Queued = 1

The operation has been queued.

InProgress = 2

The operation is in progress.

Cancelled = 3

The operation was cancelled by the user.

Succeeded = 4

The operation completed successfully.

Failed = 5

The operation completed with a failure.