Click or drag to resize

BaseThreadCoordinatedJobExecutor.PreIteration Method

Runs the extra logic before the first job element is processed..

Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.20.0
Syntax
C#
protected virtual void PreIteration(
	JobDefinition jobDefinition
)

Parameters

jobDefinition  JobDefinition
The job to run.
See Also