Contents

isCancelled

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

Declaration

static var isCancelled: Bool { get }

Discussion

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

See Also

Canceling Tasks