---
title: isFinished
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avassetresourceloadingrequest/isfinished
---

# isFinished

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

## Declaration

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

## Discussion

Discussion The value of this property is false initially. The value changes to true when the delegate object handling the request calls the finishLoading(with:data:redirect:) or finishLoading(with:) method.

## See Also

### Reporting the result of the request

- [response](avfoundation/avassetresourceloadingrequest/response.md)
- [finishLoading()](avfoundation/avassetresourceloadingrequest/finishloading().md)
- [isCancelled](avfoundation/avassetresourceloadingrequest/iscancelled.md)
- [finishLoading(with:)](avfoundation/avassetresourceloadingrequest/finishloading(with:).md)
- [finishLoading(with:data:redirect:)](avfoundation/avassetresourceloadingrequest/finishloading(with:data:redirect:).md)
