IdleDetectionMode Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Defines the status for idle detection of users and applications. Used with the UserIdleDetectionMode and ApplicationIdleDetectionMode properties.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
| Member name | Description | |
|---|---|---|
| Enabled | When UserIdleDetectionMode is set to enabled, the operating system will consider an application to be idle when no touch events are detected. When ApplicationIdleDetectionMode is set to enabled, the operating system will pause the active application when the lock screen is engaged. | |
| Disabled | When UserIdleDetectionMode is set to disabled, the operating system will not consider an application to be idle when no touch events are detected. When ApplicationIdleDetectionMode is set to disabled, the active application will continue to run when the lock screen is engaged. |
Show: