OperationStatus Enum

Definition

Represents the current state of an operation.

public enum class OperationStatus
public enum OperationStatus
type OperationStatus = 
Public Enum OperationStatus
Inheritance
OperationStatus

Fields

Canceled 1

The operation has been canceled. Value = 1.

Failed 0

The operation has failed. Value = 0.

Retry 2

The operation is being retried. Value = 2.

Succeeded 4

The operation has succeeded. Value = 4.

Suspended 3

The operation has been suspended. Value = 3.

Applies to