Method ServiceController():pause() Foundation
This class method pauses a service.
Syntax
:pause( <cName> ) --> lSuccess
Parameters
<cName>
The name of the service to halt.
Return
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.
Description
This class method instructs the Service Control Manager to send a Pause control request to the specified service.
Feedback
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.