RuntimeException on PHP < 8.3
public function isRunning() : bool { if ($this->running === null) { throw new RuntimeException('Information not available'); } return $this->running; }