Returns true if clients are paused and false otherwise. */
| 3376 | |
| 3377 | /* Returns true if clients are paused and false otherwise. */ |
| 3378 | int areClientsPaused(void) { |
| 3379 | return server.client_pause_type != CLIENT_PAUSE_OFF; |
| 3380 | } |
| 3381 | |
| 3382 | /* Checks if the current client pause has elapsed and unpause clients |
| 3383 | * if it has. Also returns true if clients are now paused and false |
no outgoing calls
no test coverage detected