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.
Represents the deployment status of the Windows App SDK runtime that is currently loaded.
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 | The Windows App SDK runtime is in an unknown deployment state. |
Ok | 1 | The Windows App SDK runtime is in a good deployment state. |
PackageInstallRequired | 2 | A package install is required in order for the Windows App SDK runtime to be in a good deployment state. |
PackageInstallFailed | 3 | The installation of a package for the Windows App SDK runtime failed. |