[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] |
Shut down daemon
Source position: daemonapp.pp line 321
public function TDaemonThread.ShutDownDaemon: Boolean; virtual; |
The result of TDaemon.Shutdown
ShutDownDaemon shuts down the daemon. This happens normally only when the system is shut down and the daemon didn't respond to the stop request. The return result is the result of the TDaemon.Shutdown function. The thread is terminated by this method.
TDaemon.Shutdown |
||
|
Stops the daemon |
|
|
Pause the daemon |
|
|
Continue the daemon |