DataOperationStepState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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) |
Complete | 2 | Step complete. |
NotFound | 3 | Step complete. |