diff options
| author | George Hazan <george.hazan@gmail.com> | 2023-12-09 15:34:29 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2023-12-09 15:34:29 +0300 |
| commit | 5dd8452652544890fbc00501b2ba312cfd97beff (patch) | |
| tree | e116f2b687c4a88d54c8c60ce2e93257910953fc /include | |
| parent | 2845fe740489165d8996ac11976a1821394020ac (diff) | |
DB::EventInfo.isAlertable - a helper to detect whether a SRMM window should be raised for an event or not
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_database.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_database.h b/include/m_database.h index 9df09c881e..caf2546e42 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -694,6 +694,7 @@ namespace DB bool isSrmm() const; // could be displayed in a SRMM window
bool isHistory() const; // could be displayed in a history window
+ bool isAlertable() const; // should raise SRMM window
wchar_t* getString(const char *str) const;
};
|
