Click or drag to resize

BaseJobSequenceConfiguration Class

Base class for stand alone and job sequencer configuration.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.DeviceBaseJobSequenceConfiguration
    RAYLASE.Marker.DeviceJobSequenceConfiguration
    RAYLASE.Marker.DeviceStandAloneConfiguration

Namespace: RAYLASE.Marker.Device
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.31.0
Syntax
C#
public abstract class BaseJobSequenceConfiguration

The BaseJobSequenceConfiguration type exposes the following members.

Constructors
 NameDescription
Protected methodBaseJobSequenceConfigurationInitializes a new instance of the BaseJobSequenceConfiguration class
Top
Properties
 NameDescription
Public propertyEnable Enables configuration.
Public propertyID Auto generated ID for tracking configuration
Public propertyJobLists Jobs used in Stand-Alone mode.
Public propertyName Name of the configuration.
Public propertyPort Port used for binning.
Public propertyRunSequential If true, jobs are run sequentially. Otherwise a switch is used.
Public propertyUseProcessTransformationQueue Adds waiting for process transformation to command list.
Public propertyWaitStart Wait for start before running the job loop.
Top
See Also