isCancelled

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

TestStore.swift:2803
var isCancelled: Bool { get }

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