Click or drag to resize

VisualNodeWorkerState enumeration

Provides the enum from the business logic for the UI.

Namespace: Vishnu.ViewModel
Assembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public enum VisualNodeWorkerState
Member
Member nameValueDescription of the
None0Initial value.
Valid1All NodeWorkers are valid.
Invalid2At least one NodeWorker is disabled.
See also