Pause the daemon.
Source position: daemonapp.pp line 350
public function TDaemonThread.PauseDaemon: Boolean; virtual; |
True if the daemon was successfully paused.
PauseDaemon attempts to pause the Daemon by calling methods in the TCustomDaemon instance, and calling Suspend to suspend the thread. It returns True if the attempt was successful.
|
Stops the daemon. |
|
|
Continue the daemon. |
|
|
Shut down daemon. |
|
|
Base daemon application class. |
|