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

Parameters

Application $application
OutputInterface $output
string|null $environment

at line 40
void start()

Perform the initial start of the Horizon process.

Return Value

void

at line 60
void restart()

Restart the Horizon process.

Return Value

void

at line 71
void stop()

Stop the currently running Horizon process.

Return Value

void

at line 81
protected Process createProcess()

Create the Horizon child process.

Return Value

Process