 | JobInitNodes property |
If True, all nodes in the tree are reset when this node is started.
Can be used for loops in controlled jobs.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool InitNodes { get; set; }
Public Property InitNodes As Boolean
Get
Set
public:
property bool InitNodes {
bool get ();
void set (bool value);
}
member InitNodes : bool with get, set
Property value
Boolean
See also