Enum eSequencerError
Describes cause of the sequencer error.
Namespace: TcoCore
Assembly: TcoCoreConnector.dll
Syntax
public enum eSequencerError
Fields
Name | Description |
---|---|
InvalidSequencerMode | Mode of the sequencer is invalid. |
MultipleRequestStepMethodCall | Multiple simultaneous calls of |
noError | No error. |
NotUniqueStepId | Some of the StepId in the sequence is not unique ( |
OrderOfTheStepHasBeenChanged | Order of the currently executed step has been changed during execution. |
StepIdHasBeenChanged | StepId of the currently executed step has been changed during execution. |
StepIdTooHigh | StepId is above max range. Maximal value is 32766. |
StepIdTooLow | StepId is bellow min. range. Minimal value is -32767. |
StepWithRequestedIdDoesNotExists | Method |