StoreQueueItemKind Enum

Definition

Defines values that describe the operation being performed for the current package in the download and installation queue.

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

Install 0

The item is being installed for the first time.

Repair 2

The item is being repaired.

Update 1

The item is being updated.

Applies to

See also