Edit

Share via


OperationState Enum

Definition

Represents the state of an operation.

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

Fields

Name Value Description
NotStarted 0

Operation has not been attempted.

Failed 1

Attempt to perform the operation failed.

Succeeded 2

The operation succeeded.

Applies to