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