Share via


StoreQueueItemExtendedState 列舉

定義

定義值,這些值表示目前應用程式下載和安裝佇列中之新或更新套件的擴充狀態資訊。

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
繼承
StoreQueueItemExtendedState
屬性

Windows 需求

裝置系列
Windows 10, version 1803 (已於 10.0.17134.0 引進)
API contract
Windows.Services.Store.StoreContract (已於 v3.0 引進)

欄位

ActiveAcquiringLicense 2

套件正在取得授權。

ActiveDownloading 3

正在下載套件。

ActiveInstalling 5

正在安裝套件。

ActivePending 0

套件的下載和安裝擱置中。

ActiveRestoringData 4

封裝正在還原資料。

ActiveStarting 1

正在開始下載並安裝套件。

Canceled 7

已取消下載或安裝套件。

Completed 6

已完成套件的下載和安裝。

Error 9

下載或安裝套件時發生錯誤。

Paused 8

套件的下載或安裝已暫停。

PausedLowBattery 11

因為電池計量不足,所以已暫停下載或安裝套件。

PausedPackagesInUse 10

套件的安裝已暫停,因為應用程式已經使用相關的套件。

PausedReadyToInstall 14

封裝已暫停,但已準備好安裝。

PausedWiFiRecommended 12

因為建議使用 Wi-Fi 連線,所以已暫停下載套件。

PausedWiFiRequired 13

下載套件已暫停,因為它需要 Wi-Fi 連線。

適用於

另請參閱