[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] |
Continue the daemon
Source position: daemonapp.pp line 344
public function TDaemonThread.ContinueDaemon: Boolean; virtual; |
True if the daemon was successfully restarted
ContinueDaemon attempts to restart the Daemon by calling methods in the TCustomDaemon instance. It returns True if the attempt was successful.
|
Daemon instance |
|
|
Stops the daemon |
|
|
Pause the daemon |
|
|
Shut down daemon |
|
|
Base daemon application class |