func cancelAll ()
Cancel all of the remaining tasks in the group.
グループの中の残っているタスクの全てを取り消します。
Availability
Technology
var isCancelled: Bool
{ get }
To cancel a group, call the Task
method.
グループを取り消すには、Task
メソッドを呼び出してください。
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. 現在このグループを実行しているタスクが取り消されるならば、そのグループもまた暗黙的に取り消されます、それはまたこのプロパティの持つ値に反映されます。
func cancelAll ()