PackageContentGroupState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |
Staging | 2 | The package group is currently being staged. |
Staged | 3 | The package group has been staged. |