---
title: relevantShortcut
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/backgroundtask/relevantshortcut
---

# relevantShortcut

A background task used to periodically donate relevant Siri shortcuts.

## Declaration

```swift
static var relevantShortcut: BackgroundTask<Void, Void> { get }
```

## See Also

### Updating intents and shortcuts

- [intentDidRun](swiftui/backgroundtask/intentdidrun.md)
