DialAppStopResult
DialAppStopResult
DialAppStopResult
DialAppStopResult
Enum
Definition
The result of attempting to stop an app from running on a remote device.
public : enum class DialAppStopResultpublic enum DialAppStopResultPublic Enum DialAppStopResult// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| NetworkFailure NetworkFailure NetworkFailure NetworkFailure | An error occurred while attempting to retrieve the state. |
| OperationNotSupported OperationNotSupported OperationNotSupported OperationNotSupported | The app cannot be stopped because the operation isn't supported. |
| StopFailed StopFailed StopFailed StopFailed | The app failed to stop. |
| Stopped Stopped Stopped Stopped | The app is successfully stopped. |