Microsoft Windows 10 · Arazzo Workflow
Microsoft Windows 10 Register Background Task with Access
Version 1.0.0
Confirm background access, request it when unspecified, register a time-triggered background task, and read back its details.
Provider
Workflows
register-background-task
Resolve background access then register and verify a time-triggered task.
Checks background access status, requests access when unspecified, registers a TimeTrigger background task, and reads back the registered task details.
1
checkAccess
getBackgroundAccessStatus
Check the application's background access status. If access is already granted, skip ahead to registration; otherwise request access.
2
requestAccess
requestBackgroundAccess
Request background execution access when it was not already granted, and capture the resulting status.
3
registerTask
registerBackgroundTask
Register a TimeTrigger background task with the supplied entry point and an InternetAvailable condition.
4
getTask
getBackgroundTask
Read back the registered background task's details to confirm its trigger and conditions.