 | LogicalNodeLoadState property |
The last processing state of a node.
For accessing the states of child nodes without
re-initiate the determination of the statuses.
Reduces the processor load.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic NodeState LastState { get; set; }
Public Property LastState As NodeState
Get
Set
public:
property NodeState LastState {
NodeState get ();
void set (NodeState value);
}
member LastState : NodeState with get, set
Property value
NodeState
See also