Contents

isCancelled

A Boolean value that indicates whether the request has been cancelled.

Declaration

var isCancelled: Bool { get }

Discussion

true when the resource loader cancels the loading of a request, just prior to sending the message resourceLoader(_:didCancel:) to the delegate.

See Also

Reporting the result of the request