<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIDocument/State/progressAvailable",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIDocumentState@UIDocumentStateProgressAvailable"
  },
  "title" : "progressAvailable"
}
-->

# progressAvailable

The document is being downloaded or uploaded and progress information is available.

```
static var progressAvailable: UIDocument.State { get }
```

## Discussion

When this state is set, you can use the <doc://com.apple.documentation/documentation/Foundation/ProgressReporting/progress> property of the document to monitor the current operation.

---

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)