2024.8.23
|
Public Member Functions | |
__construct ($args) | |
Class ActionManualRestart
This class handles the manual restart of services in the Bearsampp application. It stops all running services, kills all related processes, and sets the application to restart.
Definition at line 17 of file class.action.manualRestart.php.
ActionManualRestart::__construct | ( | $args | ) |
ActionManualRestart constructor.
array | $args | Arguments passed to the constructor. |
This constructor initializes the manual restart process by performing the following steps:
Definition at line 31 of file class.action.manualRestart.php.
References $bearsamppBins, $bearsamppCore, Win32Ps\killBins(), ActionExec\RESTART, Util\startLoading(), and Util\stopLoading().