Contents

BGContinuedProcessingTaskRequest

A request for a workload that the system continues processing even if a person backgrounds the app.

Declaration

class BGContinuedProcessingTaskRequest

Mentioned in

Overview

The app submits this request from the foreground. Submission needs to occur as a result of a person’s action, such as tapping a button. The framework begins processing the task immediately, if possible, and the system allows it to continue running even if the app moves to the background.

For more information on Continuous Background Task requests, see Performing long-running tasks on iOS and iPadOS.

Topics

Creating a task request

Identifying resource dependencies

Choosing a processing strategy

Titling the task

See Also

Task requests