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

isCancelled

A Boolean value that indicates whether the group was canceled. あるブール値、それはグループが取り消されたかどうかを指し示す。

Declaration 宣言

var isCancelled: Bool { get }

Discussion 解説

To cancel a group, call the ThrowingTaskGroup.cancelAll() method. グループを取り消すには、ThrowingTaskGroup.cancelAll()メソッドを呼び出してください。

If the task that’s currently running this group is canceled, the group is also implicitly canceled, which is also reflected in this property’s value. 現在このグループを実行しているタスクが取り消されるならば、そのグループもまた暗黙的に取り消されます、それはまたこのプロパティの持つ値に反映されます。

See Also 参照

Canceling Tasks タスクの取り消し