LaunchUriStatus LaunchUriStatus LaunchUriStatus LaunchUriStatus Enum

Definition

Specifies the result of activating an application for a URI.

public : enum class LaunchUriStatuspublic enum LaunchUriStatusPublic Enum LaunchUriStatus// 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

AppUnavailable AppUnavailable AppUnavailable AppUnavailable

The application cannot be activated which may be because it is being updated by the store, it was installed on a removable device that is not available, and so on.

ProtocolUnavailable ProtocolUnavailable ProtocolUnavailable ProtocolUnavailable

The application you are trying to activate does not support this URI.

Success Success Success Success

The application activated successfully.

Unknown Unknown Unknown Unknown

An unknown error was encountered while activating the application.