Returns the number of the signal that caused the child process to stop its execution.
It is only meaningful if hasBeenStopped() returns true.
LogicException In case the process is not terminated
public function getStopSignal() : int { $this->requireProcessIsTerminated(__FUNCTION__); return $this->processInformation['stopsig']; }