Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ isServiceRunning()

bool IceBox::ServiceManagerPrx::isServiceRunning ( std::string_view service,
const Ice::Context & context = Ice::noExplicitContext ) const

Returns whether a service is running.

Parameters
serviceThe name of the service to check.
contextThe request context.
Returns
true if the service was started and not stopped; otherwise false.
Exceptions
IceBox::NoSuchServiceExceptionThrown when IceBox does not know a service named service.