The DisableTimeSlicing
parameter disables time slicing for the task. This forces the task manager to run the task in a dedicated thread. DisableTimeSlicing
must be set to True
for tasks that use the following modules:
lmbuild
transalign
lidoptimizer
lidtrain
segment
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | MyTask |
Example: | DisableTimeSlicing=True
|
See Also: |
|