|
|
|
|
|
ParallelTaskCancel (Function) In french: TâcheParallèleAnnule Immediately terminates execution of the current task: the task changes status to tpeCancelled. 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|