BaseJobExecutorProfileLoopIterationSync Property |
The flag to indicate that the executor waits until all children are done, before starting the next iteration.
This will result in ~20ms overhead per iteration, as the execution cannot be queued on the scan controller in advance.
Namespace: RAYLASE.Marker.Job.ExecutorAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntaxpublic bool LoopIterationSync { get; set; }
Property Value
Boolean
See Also