BaseThreadCoordinatedJobExecutorPostRun Method |
Runs the extra process after the main process using the last scan controller, in the Run method, is done.
Namespace: RAYLASE.Marker.Job.ExecutorAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntaxprotected virtual void PostRun(
JobDefinition jobDefinition
)
Parameters
- jobDefinition JobDefinition
- The job to run.
See Also