Click or drag to resize

BaseJobExecutorProfileExecutorFinishedDelegate Property

The handler when an executor has finished executing the job.

Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public EventHandler<ExecutorFinishedEventArgs> ExecutorFinishedDelegate { get; set; }

Property Value

EventHandlerExecutorFinishedEventArgs
See Also