<!--
{
  "availability" : [
    "iOS: 6.0.0 -",
    "iPadOS: 6.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.9.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVAssetResourceLoadingRequest/isFinished",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVAssetResourceLoadingRequest(py)finished"
  },
  "title" : "isFinished"
}
-->

# isFinished

A Boolean value that indicates whether loading of the resource has finished.

```
var isFinished: Bool { get }
```

## Discussion

The value of this property is <doc://com.apple.documentation/documentation/Swift/false> initially. The value changes to <doc://com.apple.documentation/documentation/Swift/true> when the delegate object handling the request calls the [`finishLoading(with:data:redirect:)`](/documentation/AVFoundation/AVAssetResourceLoadingRequest/finishLoading(with:data:redirect:)) or [`finishLoading(with:)`](/documentation/AVFoundation/AVAssetResourceLoadingRequest/finishLoading(with:)) method.

---

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)