Returns the number of the signal that caused the child process to terminate its execution.
It is only meaningful if hasBeenSignaled() returns true.
@api
integer
public function getTermSignal() {
$this
->updateStatus();
return $this->processInformation['termsig'];
}