ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Parallel tasks
22 results
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
<ParallelTask variable>.ExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
<ParallelTask variable>.RequestCancellation (Function)
Requests the cancellation of a parallel task.
<ParallelTask variable>.Wait (Function)
Waits for the execution of a parallel task.
Description of ParallelTask (Type of variable)
The Description of ParallelTask type is used to define the characteristics of a parallel task.
Functions for managing parallel tasks (prefix syntax)
The following functions are used to manage parallel tasks
Managing parallel tasks
The computers are becoming more and more powerful...
Parallel task management functions
The following functions are used to manage parallel tasks
Parallel Tasks constants
The following constants are used by the functions for managing parallel tasks: ...
ParallelTask (Variable type)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
ParallelTaskCancel (Function)
Immediately terminates execution of the current task: the task changes state to tpeCancelled.
ParallelTaskConfigure (Function)
Modifies the parameters of parallel tasks.
ParallelTaskExecute (Example)
Usage example of the ParallelTaskExecute function
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
ParallelTaskExecuteAfterAll (Example)
Usage example of the ParallelTaskExecuteAfterAll function
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.