DeviceUploadStatusType Enum

Definition

Devices Batch upload status.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))]
public enum DeviceUploadStatusType
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Store.PartnerCenter.Models.JsonConverters.EnumJsonConverter))>]
type DeviceUploadStatusType = 
Public Enum DeviceUploadStatusType
Inheritance
DeviceUploadStatusType
Attributes

Fields

Finished 3

Batch is complete.

FinishedWithErrors 4

Batch is complete with an error.

Processing 2

Batch is processing.

Queued 1

Batch is queued.

Unknown 0

Should never happen.

Applies to