Partager 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

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

Applies to