Table of Contents

UnitStateMachineFlags

Namespace
ZApplication

This enumeration is needed to differantiate between

  • standardized (predefined) states: which are predefined by the Zeugwerk Template -> more information here
  • userdefined states: which can be defined by the user to be more flexible by designing big applications
  • actions: which are a different way to start sequences out of different states inside the standardized Zeugwerk Template state machine

Fields

PredefinedState = 0
UserdefinedState = 1
UserdefinedAction = 2