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
Modifies the parameters of parallel tasks.
Example
// Limits the maximum number of simultaneous tasks to 8
ParallelTaskConfigure(ptpMaximumNumberThread, 8)
Syntax

Finding out the value of a parameter Hide the details

<Result> = ParallelTaskConfigure(<Parameter>)
<Result>: Type corresponding to the sought parameter
Value of parameter.
<Parameter>: Integer constant
Parameter whose value is requested:
ptpMaximumNumberThreadMaximum number of threads that can be run at the same time.
AndroidAndroid Widget Java If the specified number of threads is less than the minimum number of spool threads, the specified value will be ignored. The minimum number of spool threads depends on the JVM implementation.

Modifying the value of a parameter Hide the details

<Result> = ParallelTaskConfigure(<Parameter> , <Value>)
<Result>: Type corresponding to the sought parameter
Value of the parameter before modification.
<Parameter>: Integer constant
Parameter whose value must be modified:
ptpMaximumNumberThreadMaximum number of threads that can be run at the same time.
<Value>: Type corresponding to the parameter
New value for the parameter.
Component: wd290vm.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help