 | ResultState Eigenschaft |
Der Verarbeitungszustand des Knotens:
None, Waiting, Working, Finished, Busy (= Waiting | Working) oder CanStart (= None|Finished).
Namensraum: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+ee7c41c506aa3699a01882f3f94d3758366d0e67
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
Eigenschaftswert
NullableNodeState
Siehe auch