<!--
{
  "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/BGTaskRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Background Tasks"
    ],
    "preciseIdentifier" : "c:objc(cs)BGTaskRequest"
  },
  "title" : "BGTaskRequest"
}
-->

# BGTaskRequest

An abstract class for representing task requests.

```
class BGTaskRequest
```

## Topics

### Configuring a Task Request

[`earliestBeginDate`](/documentation/BackgroundTasks/BGTaskRequest/earliestBeginDate)

The earliest date and time at which to run the task.

[`identifier`](/documentation/BackgroundTasks/BGTaskRequest/identifier)

The identifier of the task associated with the request.



---

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)