StoreQueueItemState 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.
Defines values that specify the state of a new or updated package that is in the download and installation queue for the current app.
public enum class StoreQueueItemState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 196608)]
enum class StoreQueueItemState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 196608)]
public enum StoreQueueItemState
var value = Windows.Services.Store.StoreQueueItemState.active
Public Enum StoreQueueItemState
- Inheritance
-
StoreQueueItemState
- Attributes
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Services.Store.StoreContract (introduced in v3.0)
|
Fields
Name | Value | Description |
---|---|---|
Active | 0 | The download or installation of the package is in progress. |
Completed | 1 | The download and installation of the package completed. |
Canceled | 2 | The download or installation of the package was canceled. |
Error | 3 | The download or installation of the package encountered an error. |
Paused | 4 | The download or installation of the package was paused. |