This method of the Service Class handles the stop request.
protected boolean handleStop();
Returns false.
Override this method in your derived service class if you want your service to handle stop events. By default, if stop control requests are accepted, it will call the setStopped method and return false.