Defined in header file: hzIpServer.h
Server status
Enum definition:
enum hzSvrStatus
{
| SERVER_OFFLINE | Server offline or otherwise not accepting connections | ||
| SERVER_ONLINE | Server operating normally | ||
| SERVER_SHUTDOWN | Server continues to operate but won't accept new connections |
} ;