AlarmAccessStatus
AlarmAccessStatus
AlarmAccessStatus
AlarmAccessStatus
Enum
Definition
Indicates whether the user has given permission for the app to set alarms.
public : enum class AlarmAccessStatuspublic enum AlarmAccessStatusPublic Enum AlarmAccessStatus// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.ApplicationModel.Background.BackgroundAlarmApplicationContract (introduced v1)
|
Fields
| AllowedWithoutWakeupCapability AllowedWithoutWakeupCapability AllowedWithoutWakeupCapability AllowedWithoutWakeupCapability | The user has given permission for the app to set alarms, but the alarms cannot wake up the computer from standby. |
| AllowedWithWakeupCapability AllowedWithWakeupCapability AllowedWithWakeupCapability AllowedWithWakeupCapability | The user has given permission for the app to set alarms, and alarms can wake up the computer from standby. |
| Denied Denied Denied Denied | The user has denied permission for the app to set alarms. |
| Unspecified Unspecified Unspecified Unspecified | The user has not responded to a permission request for the app to set alarms. |