Instance Property インスタンスプロパティ

isCancelled

A Boolean value that indicates whether the current task was canceled.

Declaration 宣言

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 参照

Related Documentation 関連文書

checkCancellation()