StoreQueueItemState Enum

Definition

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

Active 0

The download or installation of the package is in progress.

Canceled 2

The download or installation of the package was canceled.

Completed 1

The download and installation of the package completed.

Error 3

The download or installation of the package encountered an error.

Paused 4

The download or installation of the package was paused.

Remarks

StoreQueueItemExtendedState

Applies to