OperationState 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.
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. |