Contents

requiredResources

An option that indicates any special system resources that the task requires.

Declaration

var requiredResources: BGContinuedProcessingTaskRequest.Resources { get set }

Mentioned in

Discussion

To request background GPU support for the task, set this property to gpu. First, check whether the device supports background GPU use; see supportedResources.

The default value is BGContinuedProcessingTaskRequestResourcesDefault.

See Also

Identifying resource dependencies