ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Process functions / Parallel tasks
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
Example
// Ends the execution of the current task
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: wd290vm.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/10/2023

Send a report | Local help