API17:JDaemon::shutdown
From Joomla! Documentation
JDaemon::shutdown
Description
Method to shut down the daemon and optionally restart it.
protected function shutdown ($restart=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $restart | bool | false | True to restart the daemon on exit. |
See also
JDaemon::shutdown source code on BitBucket
Class JDaemon
Subpackage Application- Other versions of JDaemon::shutdown
User contributed notes
Code Examples