* @brief Returns true when the most recent call() was interrupted by timeout. */
| 162 | * @brief Returns true when the most recent call() was interrupted by timeout. |
| 163 | */ |
| 164 | bool DataModel::JsWatchdog::lastCallTimedOut() const noexcept |
| 165 | { |
| 166 | return m_lastTimedOut; |
| 167 | } |
| 168 | |
| 169 | //-------------------------------------------------------------------------------------------------- |
| 170 | // Watchdog-thread accessors |
no outgoing calls
no test coverage detected