PackageContentGroupState Enum

Definition

Describes the staging state of the package content group.

public enum class PackageContentGroupState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class PackageContentGroupState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum PackageContentGroupState
var value = Windows.ApplicationModel.PackageContentGroupState.notStaged
Public Enum PackageContentGroupState
Inheritance
PackageContentGroupState
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Fields

NotStaged 0

The package group has not been staged and is not in the staging queue.

Queued 1

The package has not been staged but is in the queue of packages to be staged.

Staged 3

The package group has been staged.

Staging 2

The package group is currently being staged.

Applies to