 | ResultState property |
The processing status of the node:
None, Waiting, Working, Finished, Busy (= Waiting | Working) or CanStart (= None|Finished).
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic NodeState? State { get; set; }
Public Property State As NodeState?
Get
Set
public:
property Nullable<NodeState> State {
Nullable<NodeState> get ();
void set (Nullable<NodeState> value);
}
member State : Nullable<NodeState> with get, set
Property value
NullableNodeState
See also