 | LogicalNodeViewModelLoadEmergencyZeroLogical property |
Flag field for the last state of Logical that was not zero;
Is required so that workers are only started when the
The display changes when the status of Logical changes significantly.
has changed and not every time the checker works (Logical = zero).
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool? LastNotNullLogical { get; }
Public ReadOnly Property LastNotNullLogical As Boolean?
Get
public:
property Nullable<bool> LastNotNullLogical {
Nullable<bool> get ();
}
member LastNotNullLogical : Nullable<bool> with get
Property value
NullableBoolean
See also