EvaluationOperationStatus Enum
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.
Describes the subscription evaluation operation status.
C#
[System.Runtime.Serialization.DataContract]
public enum EvaluationOperationStatus
type EvaluationOperationStatus =
Public Enum EvaluationOperationStatus
- Inheritance
-
EvaluationOperationStatus
- Attributes
Name | Value | Description |
---|---|---|
NotSet | 0 | The operation object does not have the status set. |
Queued | 1 | The operation has been queued. |
InProgress | 2 | The operation is in progress. |
Cancelled | 3 | The operation was cancelled by the user. |
Succeeded | 4 | The operation completed successfully. |
Failed | 5 | The operation completed with a failure. |
TimedOut | 6 | The operation timed out. |
NotFound | 7 | The operation could not be found. |
Ürün | Sürümler |
---|---|
Azure DevOps Services .NET SDK | preview, latest |