Method ServiceController():pause() Foundation
This class method pauses a service.
:pause( <cName> ) --> lSuccess
This class method calls the instance method :logSuccess() and returns .T. (true) when the service is sucessfully paused, otherwise it calls the instance method :logError() and .F. (false) is returned.
This class method instructs the Service Control Manager to send a Pause control request to the specified service.
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.