DeploymentStatus Enum

Definition

Represents the deployment status of the Windows App SDK runtime that is currently loaded.

C#
[Windows.Foundation.Metadata.Version(1)]
public enum DeploymentStatus
C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.ApplicationModel.WindowsAppRuntime.DeploymentContract), 65536)]
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.

Applies to

Toode Versioonid
Windows App SDK 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also