| bool IceBox::ServiceManagerPrx::isServiceRunning | ( | std::string_view | service, |
| const Ice::Context & | context = Ice::noExplicitContext ) const |
Returns whether a service is running.
| service | The name of the service to check. |
| context | The request context. |
| IceBox::NoSuchServiceException | Thrown when IceBox does not know a service named service. |