[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'daemonapp' (#fcl)

TDaemonThread.ContinueDaemon

Continue the daemon

Declaration

Source position: daemonapp.pp line 321

public function TDaemonThread.ContinueDaemon: Boolean; virtual;

Function result

True if the daemon was successfully restarted

Description

ContinueDaemon attempts to stop the daemon using its TDaemon.Continue method. It returns True if the attempt was successful.

See also

TDaemon.Continue

TDaemonThread.StopDaemon

  

Stops the daemon

TDaemonThread.PauseDaemon

  

Pause the daemon

TDaemonThread.ShutDownDaemon

  

Shut down daemon