<!--
{
  "availability" : [
    "iOS: 9.0.0 - 27.0.0",
    "iPadOS: 9.0.0 - 27.0.0",
    "macCatalyst: 13.1.0 - 27.0.0",
    "tvOS: 9.0.0 - 27.0.0",
    "visionOS: 1.0.0 - 27.0.0",
    "watchOS: 2.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSBundleResourceRequest/progress",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:objc(cs)NSBundleResourceRequest(py)progress"
  },
  "title" : "progress"
}
-->

# progress

A reference to the progress object associated with the specified resource request. (read-only)

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

## Discussion

This [`Progress`](/documentation/Foundation/Progress) object will begin updating after [`beginAccessingResources(completionHandler:)`](/documentation/Foundation/NSBundleResourceRequest/beginAccessingResources(completionHandler:)) is called.

## See Also

[`beginAccessingResources(completionHandler:)`](/documentation/Foundation/NSBundleResourceRequest/beginAccessingResources(completionHandler:))

Requests access to the resources marked with the managed tags. If any of the resources are not on the device, they are requested from the App Store.



---

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)