---
title: "processingTask(_:)"
framework: swiftui
role: symbol
role_heading: Type Method
path: "swiftui/backgroundtask/processingtask(_:)"
---

# processingTask(_:)

A task that processes tasks in the background.

## Declaration

```swift
static func processingTask(_ identifier: String) -> BackgroundTask<Void, Void>
```
