---
title: title
framework: backgroundtasks
role: symbol
role_heading: Instance Property
path: backgroundtasks/bgcontinuedprocessingtaskrequest/title
---

# title

The localized task title displayed to a person.

## Declaration

```swift
var title: String { get set }
```

## Discussion

Discussion Define the value of this property as a parameter to the request initializer:  init(identifier:title:subtitle:).

## See Also

### Titling the task

- [subtitle](backgroundtasks/bgcontinuedprocessingtaskrequest/subtitle.md)
