DeviceUploadStatusType 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.
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. |