Method ServiceApp():continue() Foundation
Service received "continue" control request.
:continue() --> self
The class method :continue() returns the class object.
This callback is called when the service is requested to continue execution after it has been stopped. This occurs when a "continue" control request is sent by a service control application. The system switches the service's state to "running" prior to executing the callback.
The :continue() callback method can be used to implement suitable behavior for resuming a service that is in "paused" state. To do this, the class method must be overwritten in a user-defined class derived from ServiceApp.
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.