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

# BGProcessingTaskRequest

A request to launch your app in the background to execute a processing task that can take minutes to complete.

```
class BGProcessingTaskRequest
```

## Topics

### Initializing a Processing Task Request

[`init(identifier:)`](/documentation/BackgroundTasks/BGProcessingTaskRequest/init(identifier:))

Return a new processing task request for the specified identifier.

### Setting Task Request Options

[`requiresExternalPower`](/documentation/BackgroundTasks/BGProcessingTaskRequest/requiresExternalPower)

A Boolean specifying if the processing task requires a device connected to power.

[`requiresNetworkConnectivity`](/documentation/BackgroundTasks/BGProcessingTaskRequest/requiresNetworkConnectivity)

A Boolean specifying if the processing task requires network connectivity.



---

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)