BaseJobExecutorProfileExecutorFinishedDelegate Property |
The handler when an executor has finished executing the job.
Namespace: RAYLASE.Marker.Job.ExecutorAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntaxpublic EventHandler<ExecutorFinishedEventArgs> ExecutorFinishedDelegate { get; set; }
Property Value
EventHandlerExecutorFinishedEventArgs
See Also