Type PropertyConcurrency

    isCancelled

    A Boolean value that indicates whether the task should stop executing.

    • Available when Success is Never and Failure is Never

    • iOS 13.0+
    • macOS 10.15+
    • tvOS 13.0+
    • watchOS 6.0+
    static var isCancelled: Bool { get }

    Overview

    After the value of this property becomes true, it remains true indefinitely. There is no way to uncancel a task.