 | JobCunningIsConrolled property |
If true, this job list is a JobController, which means, among other things:
Run resets the subtree (sets LastNotNullLogical to zero)
and starts the node immediately (not just a possible trigger).
Default: false.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool IsConrolled { get; set; }
Public Property IsConrolled As Boolean
Get
Set
public:
property bool IsConrolled {
bool get ();
void set (bool value);
}
member IsConrolled : bool with get, set
Property value
Boolean
See also