DataOperationStepState Enum

Definition

The possible states that a single step in the Data operation can be in.

public enum DataOperationStepState
type DataOperationStepState = 
Public Enum DataOperationStepState
Inheritance
DataOperationStepState

Fields

Complete 2

Step complete.

NotFound 3

Step complete.

NotStarted 0

Step not started.

Started 1

Step started. Step is either still progressing (or was canceled or experienced a failure or interruption, in which case, this step is expected to be retried on resume)

Applies to