---
title: intentDidRun
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/backgroundtask/intentdidrun
---

# intentDidRun

A background task used to update your app after a SiriKit intent runs.

## Declaration

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

## See Also

### Updating intents and shortcuts

- [relevantShortcut](swiftui/backgroundtask/relevantshortcut.md)
