Returns true if the child process has been terminated by an uncaught signal.
It always returns false on Windows.
@api
Boolean
public function hasBeenSignaled() { $this ->updateStatus(); return $this->processInformation['signaled']; }