Type Method 型メソッド

checkCancellation()

Throws an error if the task was canceled.

Declaration 宣言

static func checkCancellation() throws
Available when Success is Never and Failure is Never. SuccessNeverであるそしてFailureNeverである時に利用可能です。

Discussion 解説

The error is always an instance of CancellationError.

See Also 参照

Canceling Tasks タスクの取り消し

Related Documentation 関連文書

isCancelled()