Contents

BGTask

An abstract class for the framework’s tasks.

Declaration

class BGTask

Mentioned in

Overview

With the exception of BGContinuedProcessingTask, which your app executes in the foreground, the system executes BGTask subclasses on behalf of your app, while your app is in the background.

Topics

Reading Task Information

Configuring a Task

See Also

Essentials