Return true iff this server is serving requests.
| 547 | |
| 548 | // Return true iff this server is serving requests. |
| 549 | bool IsRunning() const { return status() == RUNNING; } |
| 550 | |
| 551 | // Return the first service added to this server. If a service was once |
| 552 | // returned by first_service() and then removed, first_service() will |
no outgoing calls