1 #pragma once
2 
3 /** @brief Determine if host is running
4  *
5  * @return True if host running, False otherwise
6  */
7 bool isHostRunning();
8