Method ServiceApp():main() Foundation
Service has started.
:main( <aParameter> ) --> self
The class method :main() returns the class object.
When the service is started by a call to the :start() method in the procedure Main(), this callback is called automatically by the system when the service state changes to "running".
The :main() callback method is mandatory and must be used to implement the task performed by the service. To do this, the 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.