<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/ProgressReportingIntent/progress",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents23ProgressReportingIntentPAAE8progressSo10NSProgressCvp"
  },
  "title" : "progress"
}
-->

# progress

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

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

## 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 ``doc://com.apple.AppIntents/documentation/AppIntents/AppIntent/perform()`` method.
> Trying to access the progress object outside of the `perform()` method results in a crash.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)