Click or drag to resize

VisualNodeState enumeration

Combined status from State and LogicalState for the UI.

Namespace: Vishnu.ViewModel
Assembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public enum VisualNodeState
Member
Member nameValueDescription of the
None0Ready to start, status after Initialization.
Scheduled1Not busy but timer-controlled.
Waiting2Busy, waiting for authorisation to start.
Working3Busy, working.
Error4Terminated with error.
Aborted5Terminated by cancellation.
Done6Completed without error, timeout or cancellation.
EventTriggered7Not busy but event-driven.
InternalError8Terminated with internal error (DEBUG).
See also