---
title: BGContinuedProcessingTaskRequest.Resources
framework: backgroundtasks
role: symbol
role_heading: Structure
path: backgroundtasks/bgcontinuedprocessingtaskrequest/resources
---

# BGContinuedProcessingTaskRequest.Resources

Options that specify additional system resources a background task needs.

## Declaration

```swift
struct Resources
```

## Overview

Overview The following properties are of this type: Continuous Background Task request (BGContinuedProcessingTaskRequest) property requiredResources. BGTaskScheduler property supportedResources.

## Topics

### Identiying a resource

- [gpu](backgroundtasks/bgcontinuedprocessingtaskrequest/resources/gpu.md)

### Creating a resource

- [init(rawValue:)](backgroundtasks/bgcontinuedprocessingtaskrequest/resources/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Identifying resource dependencies

- [requiredResources](backgroundtasks/bgcontinuedprocessingtaskrequest/requiredresources.md)
