 | ResultLogicalState property |
The result state of the node:
None, Done, Fault, Timeout, UserAbort.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic NodeLogicalState? LogicalState { get; set; }
Public Property LogicalState As NodeLogicalState?
Get
Set
public:
property Nullable<NodeLogicalState> LogicalState {
Nullable<NodeLogicalState> get ();
void set (Nullable<NodeLogicalState> value);
}
member LogicalState : Nullable<NodeLogicalState> with get, set
Property value
NullableNodeLogicalState
See also