---
title: progress
framework: appintents
role: symbol
role_heading: Instance Property
path: appintents/progressreportingintent/progress
---

# progress

An object representing the progress of the intent’s action.

## Declaration

```swift
var progress: Progress { get }
```

## Discussion

Discussion You can update  the progress as your action moves forward. Note that the system receives an update of the progress. warning: This progress is available only in the app intent’s perform() method. Trying to access the progress object outside of the perform() method results in a crash.
