ICycleSteps
Short summary
An interface to provide last, current and next step properties in cycle management.
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | __System.IQueryInterface | - |
UML Diagram
Properties
current
Type: DINT
This property returns the current step of the cycle manager.…
last
Type: DINT
This property returns the last step of the cycle manager, useful for error steps.…
next
Type: DINT
This property sets the next step of the cycle manager.…
Code
Declaration
INTERFACE ICycleSteps EXTENDS __System.IQueryInterface