Skip to main content

ICycleSteps

Short summary

An interface to provide last, current and next step properties in cycle management.

AccessAbstractFinalExtendsImplements
-NoNo__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