[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] |
Report the current status to the operating system
Source position: daemonapp.pp line 62
public procedure TCustomDaemon.ReportStatus; |
ReportStatus can be used to report the current status to the operating system. The start and stop or pause and continue operations can be slow to start up. This call can (and should) be used to report the current status to the operating system during such lengthy operations, or else it may conclude that the daemon has died.
This call is mostly important on windows operating systems, to notify the service manager that the operation is still in progress.
The implementation of ReportStatus simply calls ReportStatus in the controller.
None.
|
Log a message to the system log |