Enum eSequencerMode
Modes of the sequencer.
Namespace: TcoCore
Assembly: TcoCoreConnector.dll
Syntax
public enum eSequencerMode
Fields
Name | Description |
---|---|
CyclicMode | Sequencer runs the steps of the sequence. (When cyclic mode is selected, next step is automatically started after the previous one has been completed.) |
Invalid | Invalid, no logic is executed. |
StepMode | Sequencer is in mode of step-by-step operation. The current step completes the execution regularly. In this mode the Step Forward/Backward and manual step execution is available. See StepForward() for detailed description. See StepIn() for detailed description. See StepBackward() for detailed description. |