 | NodeCheckerBaseIsInvalid property |
With True, after successful global locking
no further start attempt is made and the locking
cancelled.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool IsInvalid { get; set; }
Public Property IsInvalid As Boolean
Get
Set
public:
property bool IsInvalid {
bool get ();
void set (bool value);
}
member IsInvalid : bool with get, set
Property value
Boolean
See also