Method ServiceController():removeByName() Foundation
Removes a service controller when it is no longer required.
:removeByName( <cName> ) --> lSuccess
This class method returns .T. (true) when the service controller is successfully removed and .F. (false) otherwise.
When an instance of the class ServiceController is registered with the class method :addController() it can be removed with this class method.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.