Click or drag to resize

NodeState enumeration

Processing states of a node.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
[FlagsAttribute]
public enum NodeState
Member
Member nameValueDescription of the
Zero0Internal control status.
None1Ready to start, status after Initialization.
Waiting2Busy, waiting for authorisation to start.
Working4Busy, working.
Busy6Not ready to start, waiting or currently working
Finished8Ready to start, is finished.
Triggered16Not busy but timer-controlled.
Ready24Is finished or is waiting for the next start by the timer.
CanStart25Ready to go
InternalError128Internal error (for DEBUG purposes).
See also