The setRunning method of the Service Class contains the following signatures:
setRunning(int controls)
setRunning()
Sets the service to RUNNING and sets the ControlsAccepted field in the ServiceStatus object to a specified value indicating the control capabilities of the service.
protected synchronized void setRunning(int controls);
controls | The control capabilities that ControlsAccepted is set to. |
com.ms.service.ServiceStatus.ControlsAccepted
Sets the service to RUNNING.
protected synchronized void setRunning();