Click or drag to resize

BaseThreadCoordinatedJobExecutorPreRun Method

Runs the preparation before the main process using the first scan controller, in the Run method, is done.

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

Parameters

jobDefinition  JobDefinition
The job to run.
See Also