Contents

isFinished

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

Declaration

var isFinished: Bool { get }

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