function SignalableCommandInterface::handleSignal
The method will be called when the application is signaled.
Return value
int|false The exit code to return or false to continue the normal execution
1 method overrides SignalableCommandInterface::handleSignal()
- TraceableCommand::handleSignal in vendor/
symfony/ console/ Command/ TraceableCommand.php - The method will be called when the application is signaled.
File
-
vendor/
symfony/ console/ Command/ SignalableCommandInterface.php, line 31
Class
- SignalableCommandInterface
- Interface for command reacting to signal.
Namespace
Symfony\Component\Console\CommandCode
public function handleSignal(int $signal, int|false $previousExitCode = 0) : int|false;