DacOperationStatus 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.
Specifies the state of a service operation.
public enum DacOperationStatus
type DacOperationStatus =
Public Enum DacOperationStatus
- Inheritance
-
DacOperationStatus
Fields
Name | Value | Description |
---|---|---|
Pending | 0 | Operation has not yet started. |
Running | 1 | Operation is executing. |
Completed | 2 | Operation has finished execution. |
Faulted | 3 | Operation did not complete execution. |
Cancelled | 4 | Operation was cancelled. |