 | NodeCunningLoadCountTerminatedElements property |
The last number of completed children 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
Syntaxprotected int LastCountTerminatedElements { get; set; }
Protected Property LastCountTerminatedElements As Integer
Get
Set
protected:
property int LastCountTerminatedElements {
int get ();
void set (int value);
}
member LastCountTerminatedElements : int with get, set
Property value
Int32
See also