Click or drag to resize

ProcessingStageFinishedEventArgs Class

The event args that is raised by ProcessingStageFinished event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    RAYLASE.Marker.Job.ExecutorProcessingStageFinishedEventArgs

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

The ProcessingStageFinishedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodProcessingStageFinishedEventArgsInitializes a new instance of the ProcessingStageFinishedEventArgs class
Top
Properties
 NameDescription
Public propertyIgnoreScanController The flag to indicate that the executor does not send execution to any scan controller.
Public propertyJobElement The unique identifier of the current job element.
Public propertyParentJobElement The unique identifier of the parent job element.
Public propertyProcessMarkableConfiguration The configuration of this specific process relative to the parent's configuration.
Public propertyWaitType The processing stage that has just finished for this job element.
Top
See Also