DialAppState
DialAppState
DialAppState
DialAppState
Enum
Definition
The state of the application on the remote device.
public : enum class DialAppStatepublic enum DialAppStatePublic Enum DialAppState// 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. |
| Running Running Running Running | The app is running on the remote device. |
| Stopped Stopped Stopped Stopped | The app is stopped on the remote device. |
| Unknown Unknown Unknown Unknown | The state cannot be determined. |