DeploymentStatus Enum

Definition

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

Ok 1

The Windows App SDK runtime is in a good deployment state.

PackageInstallFailed 3

The installation of a package for the Windows App SDK runtime failed.

PackageInstallRequired 2

A package install is required in order for the Windows App SDK runtime to be in a good deployment state.

PackageRepairFailed 4

The repair of a package for the Windows App SDK runtime failed.

Unknown 0

The Windows App SDK runtime is in an unknown deployment state.

Applies to

See also