 | LogicalNodeLoadEmergencyZeroLogical property |
Flag field for the last state of Logical that was not zero;
is required so that workers are only started when
the state of Logical has changed significantly and not every time,
when the checker is working (Logical = zero).
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool? LastNotNullLogical { get; set; }
Public Property LastNotNullLogical As Boolean?
Get
Set
public:
property Nullable<bool> LastNotNullLogical {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member LastNotNullLogical : Nullable<bool> with get, set
Property value
NullableBoolean
See also