Click or drag to resize

BaseJobExecutorProfileProvideInfiniteLoopExit Property

Exits the loop when setting EnableJobLoop(Boolean) to false.

Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public bool ProvideInfiniteLoopExit { get; set; }

Property Value

Boolean
Remarks
If EnableJobLoop(Boolean) is not set to true before starting the execution, the loop will be exited immediately.
See Also