NumTasks

DEPRECATED: The NumTasks parameter is deprecated for Eduction Server version 12.5.0 and later. Use the PostProcessingTaskN parameter to define your post-processing tasks. In this case, Eduction Server automatically calculates the number of tasks.

The NumTasks parameter is still available for existing implementations, but it might be incompatible with new functionality. The parameter might be deleted in future.

The number of post-processing tasks that you want to configure.

You configure each task in a section of the configuration file that is named by the parameter TaskN.

Type: Integer
Default: None
Required: No
Configuration Section: [PostProcessingTasks]
Example:

[PostProcessingTasks]
NumTasks=1
Task0=EductionLuaPostProcessing

[EductionLuaPostProcessing]
Script=scripts/eduction_post_process.lua

See Also:

Script

ProcessEnMasse