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

◆ isServiceRunningAsync() [1/2]

std::future< bool > IceBox::ServiceManagerPrx::isServiceRunningAsync ( std::string_view service,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Returns whether a service is running.

Parameters
serviceThe name of the service to check.
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • true if the service was started and not stopped; otherwise false.