Ice 3.9
Slice API Reference
Loading...
Searching...
No Matches

◆ isServiceRunning()

bool isServiceRunning ( string service) throws NoSuchServiceException

Returns whether a service is running.

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