Returns true if the child process has been stopped by a signal.
It always returns false on Windows.
LogicException In case the process is not terminated
public function hasBeenStopped() : bool { $this->requireProcessIsTerminated(__FUNCTION__); return $this->processInformation['stopped']; }