Programatically checking whether a service is running

Is there a way to programatically check whether a particular service is running or not? I have a service that makes http requests, but I want to make sure the service is running before I call it from my app

Currently, no API is provided to list running JS services. You can find all available webOS-Service APIs here. Thank you.