Table of Contents

Enum DeploymentStatus

Namespace
Microsoft.Windows.ApplicationModel.WindowsAppRuntime
Assembly
Microsoft.WindowsAppSDK.Projection.dll
[WindowsRuntimeType("Microsoft.Windows.ApplicationModel.WindowsAppRuntime")]
[WinRTExposedType(typeof(EnumTypeDetails<DeploymentStatus>))]
[ContractVersion(typeof(DeploymentContract), 65536)]
public enum DeploymentStatus

Fields

Ok = 1
PackageInstallFailed = 3
PackageInstallRequired = 2
Unknown = 0