DeploymentStatus 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.
public enum class DeploymentStatus
/// [Windows.Foundation.Metadata.Version(1)]
enum class DeploymentStatus
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentContract, 65536)]
enum class DeploymentStatus
[Windows.Foundation.Metadata.Version(1)]
public enum DeploymentStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentContract), 65536)]
public enum DeploymentStatus
var value = Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentStatus.unknown
Public Enum DeploymentStatus
- Inheritance
-
DeploymentStatus
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | |
| Ok | 1 | |
| PackageInstallRequired | 2 | |
| PackageInstallFailed | 3 | |
| PackageRepairFailed | 4 |