PackageReadyOrNewerAvailableStatus 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 the stub behavior for an app package that is being added or staged.
public enum class PackageReadyOrNewerAvailableStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Management.Deployment.PackageDeploymentContract, 131072)]
enum class PackageReadyOrNewerAvailableStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Management.Deployment.PackageDeploymentContract), 131072)]
public enum PackageReadyOrNewerAvailableStatus
var value = Microsoft.Windows.Management.Deployment.PackageReadyOrNewerAvailableStatus.notReady
Public Enum PackageReadyOrNewerAvailableStatus
- Inheritance
-
PackageReadyOrNewerAvailableStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotReady | 0 | |
Ready | 1 | |
NewerAvailable | 2 |