AsyncStatusResponse.AsyncStatusResponse_statuscode 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.
public enum AsyncStatusResponse.AsyncStatusResponse_statuscode
type AsyncStatusResponse.AsyncStatusResponse_statuscode =
Public Enum AsyncStatusResponse.AsyncStatusResponse_statuscode
- Inheritance
-
AsyncStatusResponse.AsyncStatusResponse_statuscode
Fields
Name | Value | Description |
---|---|---|
WaitingForResources | 0 | |
Waiting | 10 | |
InProgress | 20 | |
Pausing | 21 | |
Canceling | 22 | |
Succeeded | 30 | |
Failed | 31 | |
Canceled | 32 | |
FailedParse | 999 |