ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 15161718192021222324252627
Declaring a parallel task that is not described Hide the details
Describing a parallel task via the ParallelTask type Hide the details
Procedure to run. This parameter can correspond to: the name of the procedure to run. the name of Procedure variable corresponding to the procedure to run.
Parameters of procedure to run. This list of parameters has the following format: (<Parameter 1>, ..., <Parameter N>) where: <Parameter 1>: First procedure parameter....<Parameter N>: Nth procedure parameter.
Options of task to run:ptoDelayedCopyHFSQLContext(Default value)Triggers a light copy of HFSQL context during the first access to the HFSQL data.ptoFullCopyHFSQLContextTriggers the immediate copy of the current HFSQL context.Recommended, for example, if the parallel task must take into account the current positions in the files and queries of the context of the caller.ptoLightCopyHFSQLContextTriggers the immediate copy of a part of the current HFSQL context. Only the directories containing the data files in HFSQL Classic mode and/or the connections in HFSQL Client/Server mode are stored.ptoMainThreadRuns the task in the main thread.Caution: This constant cannot be used to run a parallel task in the main thread from the main thread.
Describing a parallel task via a Description of ParallelTask Hide the details
Name of Description of the ParallelTask variable describing the task.
Properties specific to the description of ParallelTask variables
WLanguage functions that use variables of type ParallelTask
Last update: 06/03/2022
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: