Event ServiceApp()continue() Foundation

This callback is executed when the service receives the Continue control request.

Syntax
:continue := { || ... }
:continue() --> self
Return

The class method :continue() returns the class object.

Description

This callback is called when the service is requested to continue its execution after it has received the Pause request. When this callback is called, the service gains the status Running.

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.