This method of the Service Class sets the service to PAUSE_PENDING and sets the wait hint to waithint.
protected synchronized void setPausing(int waithint);
waithint | The estimated number of milliseconds it takes for the service to reach the PAUSED state. |