How can I ask in Java if the smsLib service is already running?

I want to do something like this, for example:

if (! serviceIsRunning())
   Service.getInstance().startService();

of course, I want to know if there is a method "serviceIsRunning()" or 
other similar that return YES/NO

-- 
You received this message because you are subscribed to the Google Groups 
"SMSLib Discussion Group" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/smslib/-/yntuzcfrP9oJ.


Reply via email to