Click or drag to resize

NodeLogicalState enumeration

Result states of a node.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
[FlagsAttribute]
public enum NodeLogicalState
Member
Member nameValueDescription of the
Undefined1Internal, technical condition.
None2Status after Initialization.
Start4Condition directly before the start.
Done8Completed without error, timeout or cancellation.
Fault16Terminated with error.
Timeout32Ended with timeout.
UserAbort64Terminated by user cancellation.
See also