[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] |
Pause the daemon
Source position: daemonapp.pp line 319
public function TDaemonThread.PauseDaemon: Boolean; virtual; |
True if the daemon was succesfully paused
PauseDaemon attempts to stop the daemon using its TDaemon.Pause method, and suspends the thread. It returns True if the attempt was succesful.
TDaemon.Pause |
||
|
Stops the daemon |
|
|
Continue the daemon |
|
|
Shut down daemon |