Click or drag to resize

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.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public bool LoopIterationSync { get; set; }

Property Value

Boolean
See Also