Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates the size of the bundle.
Syntax
client server public static int calculateBundleSize(int _totalTasks, int _threads)
Run On
Called
Parameters
- _totalTasks
Type: int
The total number of tasks.
- _threads
Type: int
The total number of available threads.
Return Value
Type: int
The size of the bundle.