Checks if the process ended successfully.
public function isSuccessful() : bool { return 0 === $this->getExitCode(); }