[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] |
Shut down daemon
Source position: daemonapp.pp line 322
public function TDaemonThread.ShutDownDaemon: Boolean; virtual; |
The result from the Daemon method
ShutDownDaemon shuts down the Daemon for the thread. This happens normally only when the system is shut down and the daemon didn't respond to the stop request. The return valuie is the result from the method in the TCustomDaemon instance. The thread is terminated in this method.
|
Stops the daemon |
|
|
Pause the daemon |
|
|
Continue the daemon |
|
|
Base daemon application class |
|