Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StateVariableB

The StateVariableType is the base VariableType for Variables that store the current state of a StateMachine as a human readable name.

Hierarchy

Index

Properties

Optional effectiveDisplayName

effectiveDisplayName: UAVariableT<LocalizedText>

effective display name

contains a human readable name for the current state of the state machine after taking the state of any SubStateMachines in account. There is no rule specified for which state or sub-state should be used. It is up to the Server and will depend on the semantics of the StateMachineType

id

Optional name

name: UAVariableT<QualifiedName>

Optional number

number is an integer which uniquely identifies the current state within the StateMachineType

Generated using TypeDoc