---
title: progress
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsbundleresourcerequest/progress
---

# progress

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

## Declaration

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

## Discussion

Discussion This Progress object will begin updating after beginAccessingResources(completionHandler:) is called.

## See Also

### Related Documentation

- [beginAccessingResources(completionHandler:)](foundation/nsbundleresourcerequest/beginaccessingresources(completionhandler:).md)
