StoreQueueItemExtendedState Enum

Definition

Defines values that represent extended state info for a new or updated package that is in the download and installation queue for the current app.

public enum class StoreQueueItemExtendedState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 196608)]
enum class StoreQueueItemExtendedState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 196608)]
public enum StoreQueueItemExtendedState
var value = Windows.Services.Store.StoreQueueItemExtendedState.activePending
Public Enum StoreQueueItemExtendedState
Inheritance
StoreQueueItemExtendedState
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

ActiveAcquiringLicense 2

The package is acquiring a license.

ActiveDownloading 3

The package is being downloaded.

ActiveInstalling 5

The package is being installed.

ActivePending 0

The download and install of the package is pending.

ActiveRestoringData 4

The package is restoring data.

ActiveStarting 1

The download and install of the package is starting.

Canceled 7

The download or install of the package was canceled.

Completed 6

The download and install of the package completed.

Error 9

The download or install of the package encountered an error.

Paused 8

The download or install of the package was paused.

PausedLowBattery 11

The download or install of the package was paused because of insufficient battery power.

PausedPackagesInUse 10

The installation of the package was paused because the app is already using the related packages.

PausedReadyToInstall 14

The package is paused but ready to install.

PausedWiFiRecommended 12

The download of the package was paused because a Wi-Fi connection is recommended.

PausedWiFiRequired 13

The download of the package was paused because it requires a Wi-Fi connection.

Applies to

See also