HorizonRestartStrategy
class HorizonRestartStrategy implements RestartStrategy
Properties
| protected Process|null | $horizonProcess |
Methods
__construct(Application $application, OutputInterface $output, string|null $environment = null)
No description
void
start()
Perform the initial start of the Horizon process.
void
restart()
Restart the Horizon process.
void
stop()
Stop the currently running Horizon process.
Process
createProcess()
Create the Horizon child process.
Details
at line 19
__construct(Application $application, OutputInterface $output, string|null $environment = null)
No description
at line 40
void
start()
Perform the initial start of the Horizon process.
at line 60
void
restart()
Restart the Horizon process.
at line 71
void
stop()
Stop the currently running Horizon process.
at line 81
protected Process
createProcess()
Create the Horizon child process.