The collect thread is running.
| 326 | |
| 327 | // The collect thread is running. |
| 328 | inline bool is_running_status(){ |
| 329 | return _device_status == ST_RUNNING; |
| 330 | } |
| 331 | |
| 332 | inline bool is_stopped_status(){ |
| 333 | return _device_status == ST_STOPPED; |
no outgoing calls
no test coverage detected