Click or drag to resize

BaseThreadCoordinatedJobExecutorPostIteration Method

Runs the extra logic after the last job element is processed..

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

Parameters

jobDefinition  JobDefinition
The job to run.
See Also