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