TSignalVariableRateConverter::SuspendNotifyUpdate Property

__declspec(property(get = GetSuspendNotifyUpdate, put = SetSuspendNotifyUpdate)) bool SuspendNotifyUpdate;

Set this property to True, to prevent calling OnNotifyUpdate from the Update Method.

Read: bool GetSuspendNotifyUpdate();
Write: void SetSuspendNotifyUpdate(const bool Value);
Remarks:

This can be usefull, when the screen should not be updated for every call to Update.

Declared in Dew::Signal::TAnalysis · Dew.Signal/SignalTools.h · Cross-compiler