Share via


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

Name Value Description
ActivePending 0

The download and install of the package is pending.

ActiveStarting 1

The download and install of the package is starting.

ActiveAcquiringLicense 2

The package is acquiring a license.

ActiveDownloading 3

The package is being downloaded.

ActiveRestoringData 4

The package is restoring data.

ActiveInstalling 5

The package is being installed.

Completed 6

The download and install of the package completed.

Canceled 7

The download or install of the package was canceled.

Paused 8

The download or install of the package was paused.

Error 9

The download or install of the package encountered an error.

PausedPackagesInUse 10

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

PausedLowBattery 11

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

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.

PausedReadyToInstall 14

The package is paused but ready to install.

Applies to

See also