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

# subtitle

The localized subtitle displayed to a person.

## Declaration

```swift
var subtitle: 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

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