|
|
|
|
|
ParallelTaskCancel (Function) In french: TâcheParallèleAnnule Immediately ends the execution of the current task: the task is flagged as ptsCanceled. // Ends the execution of the current task ParallelTaskCancel()
Remarks - ParallelTaskCancel immediately ends the execution of the current task.
- ParallelTaskCancel can only be used in the code executed by a task. The call to the function immediately ends the execution of the task.
- ParallelTaskRequestCancellation cannot be used in the code run by a task.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|