BaseJobExecutorProfileProvideInfiniteLoopExit Property |
Namespace: RAYLASE.Marker.Job.ExecutorAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntaxpublic 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