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
Remark: These functions are also available in prefix syntax (Functions for managing parallel tasks (prefix syntax)).
The following functions are used to manage parallel tasks:
ParallelTaskCancelImmediately ends the execution of the current task: the task is flagged as ptsCanceled.
ParallelTaskConfigureModifies the parameters of parallel tasks.
ParallelTaskExecuteTriggers the execution of a parallel task.
ParallelTaskExecuteAfterIndicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterAllIndicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
ParallelTaskExecuteAfterOneIndicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
ParallelTaskRequestCancellationRequests the cancellation of a parallel task.
ParallelTaskWaitWaits for the execution of a parallel task.
ParallelTaskWaitAllWaits for the end of execution of all parallel tasks found in an array.
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help