Operation.ServerOperationStatus 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 server operation status.
public: enum class Operation::ServerOperationStatus
public enum Operation.ServerOperationStatus
type Operation.ServerOperationStatus =
Public Enum Operation.ServerOperationStatus
- Inheritance
-
Operation.ServerOperationStatus
Fields
Name | Value | Description |
---|---|---|
Created | 1 | The status is Created. |
Running | 2 | The status is Running. |
Canceled | 3 | The status is Canceled. |
Failed | 4 | The status is Failed. |
Pending | 5 | The status is Pending. |
UnexpectTerminated | 6 | The status is UnexpectTerminated. |
Success | 7 | The status is Success. |
Stopping | 8 | The status is Stopping. |
Completion | 9 | The status is Completion. |