Event ServiceApp()pause() Foundation

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

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

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

Description

This callback is executed when the service is asked to interrupt its execution. The sevice then changes its status from Running to 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.