Click or drag to resize

ExecutorFinishedEventArgs Class

The event args that is raised by ExecutorFinishedDelegate event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    RAYLASE.Marker.Job.ExecutorExecutorFinishedEventArgs

Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public class ExecutorFinishedEventArgs : EventArgs

The ExecutorFinishedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodExecutorFinishedEventArgsInitializes a new instance of the ExecutorFinishedEventArgs class
Top
Properties
 NameDescription
Public propertyScanController 
Top
See Also