LaunchFileStatus
LaunchFileStatus
LaunchFileStatus
LaunchFileStatus
Enum
Definition
Specifies the result of activating an application for a file.
public : enum class LaunchFileStatuspublic enum LaunchFileStatusPublic Enum LaunchFileStatus// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
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. |
| DeniedByPolicy DeniedByPolicy DeniedByPolicy DeniedByPolicy | The application cannot be activated for this file because files may not cross user boundaries. |
| FileTypeNotSupported FileTypeNotSupported FileTypeNotSupported FileTypeNotSupported | The application you are trying to activate does not support this file type. |
| Success Success Success Success | The application activated successfully. |
| Unknown Unknown Unknown Unknown | An unknown error was encountered while activating the application. |