PackageOperationPriority 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.
Defines constants that specify the priority of add or stage operation on a package.
public enum class PackageOperationPriority
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 1245184)]
enum class PackageOperationPriority
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 1245184)]
public enum PackageOperationPriority
var value = Windows.Management.Deployment.PackageOperationPriority.low
Public Enum PackageOperationPriority
- Inheritance
-
PackageOperationPriority
- Attributes
Windows requirements
| Requirements | Description |
|---|---|
| Device family |
Windows 11, version 24H2 (introduced in 10.0.26100.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced in v19.0)
|
Fields
| Name | Value | Description |
|---|---|---|
| Low | 0 | Specifies that the package operation will be executed with Low priority. |
| Normal | 1 | Specifies that this is the default value and the package operation will be executed with Normal priority. |
| High | 2 | Specifies that the package operation will be executed with High priority. |
Remarks
Note
PackageOperationPriority is available starting with Windows 11 24H2, version 26100 (11D revision).