ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Process functions / Parallel tasks
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Immediately terminates execution of the current task: the task changes status to tpeCancelled.
Example
// Termine l'exécution de la tâche courante
ParallelTaskCancel()
Syntax
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.
Component: wd300vm.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help