Method ServiceController():continue() Foundation
This class method continues a paused service.
Syntax
:continue( <cName> ) --> lSuccess
Parameters
<cName>
Name of the service that should continue its execution.
Return
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().
Description
This class method instructs the Service Control Manager to send a Continue control request to the specified service after it is paused.
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.