Returns true if clients are paused and false otherwise. */
| 4030 | |
| 4031 | /* Returns true if clients are paused and false otherwise. */ |
| 4032 | int areClientsPaused(void) { |
| 4033 | return g_pserver->client_pause_type != CLIENT_PAUSE_OFF; |
| 4034 | } |
| 4035 | |
| 4036 | /* Checks if the current client pause has elapsed and unpause clients |
| 4037 | * if it has. Also returns true if clients are now paused and false |
no outgoing calls
no test coverage detected