OperationStatus 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 status of an operation
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
public enum OperationStatus
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))>]
type OperationStatus =
Public Enum OperationStatus
- Inheritance
-
OperationStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
Succeeded | 0 | Indicates success of the operation |
Failed | 1 | Indicates failure of the operation |
Progress | 2 | Indicates that the operation is still in progress |
Decline | 3 | Indicates that the operation is declined |