LaunchQuerySupportStatus LaunchQuerySupportStatus LaunchQuerySupportStatus LaunchQuerySupportStatus Enum

Definition

Specifies whether an app is available that supports activation.

public : enum class LaunchQuerySupportStatuspublic enum LaunchQuerySupportStatusPublic Enum LaunchQuerySupportStatus// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

AppNotInstalled AppNotInstalled AppNotInstalled AppNotInstalled

No app is installed to handle the activation.

AppUnavailable AppUnavailable AppUnavailable AppUnavailable

An app that handles the activation is installed but not available because it is being updated by the store or it was installed on a removable device that is not available.

Available Available Available Available

An app that handles the activation is available and may be activated.

NotSupported NotSupported NotSupported NotSupported

The app does not handle the activation.

Unknown Unknown Unknown Unknown

An unknown error was encountered while determining whether an app supports the activation.