Compartilhar via


OperationStatus Enum

Definition

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

Decline 3

Indicates that the operation is declined

Failed 1

Indicates failure of the operation

Progress 2

Indicates that the operation is still in progress

Succeeded 0

Indicates success of the operation

Applies to