Contents

BGTaskScheduler

A class for scheduling tasks that add background support to your app’s most critical work.

Declaration

class BGTaskScheduler

Mentioned in

Overview

Background tasks give your app a way to run code even when the app is suspended:

Topics

Getting the shared task scheduler

Checking task requirements

Scheduling a task

Canceling a task

Getting all scheduled tasks

Handling errors

See Also

Essentials