<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BackgroundTasks",
  "identifier" : "/documentation/BackgroundTasks/BGContinuedProcessingTask",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Background Tasks"
    ],
    "preciseIdentifier" : "c:objc(cs)BGContinuedProcessingTask"
  },
  "title" : "BGContinuedProcessingTask"
}
-->

# BGContinuedProcessingTask

A task that starts in the foreground and can continue running in the background as needed.

```
class BGContinuedProcessingTask
```

## Overview

This task works with [`BGContinuedProcessingTaskRequest`](/documentation/BackgroundTasks/BGContinuedProcessingTaskRequest).

The system displays the progress of this task in a Live Activity and a person can cancel it through the interface if they wish.

The system can terminate a continuous background task abruptly depending on run-time conditions, for example, under resource constraints. Your implementation needs to report progress using the <doc://com.apple.documentation/documentation/Foundation/ProgressReporting> protocol that this task conforms to. The system prioritizes the termination of tasks that reflect minimal or no progress, when resources become constrained.

For more information on Continuous Background Task requests, see [Performing long-running tasks on iOS and iPadOS](/documentation/BackgroundTasks/performing-long-running-tasks-on-ios-and-ipados).

## Topics

### Titling the task

[`title`](/documentation/BackgroundTasks/BGContinuedProcessingTask/title)

The localized title displayed to a person.

[`subtitle`](/documentation/BackgroundTasks/BGContinuedProcessingTask/subtitle)

The localized subtitle displayed to a person.

[`updateTitle(_:subtitle:)`](/documentation/BackgroundTasks/BGContinuedProcessingTask/updateTitle(_:subtitle:))

Update the task title and subtitle that the system displays to a person.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)