API17

API17:JDaemon::shutdown

From Joomla! Documentation

Joomla 11.1 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.
  • Returns void
  • Defined on line 567 of libraries/joomla/application/cli/daemon.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples