public function __destruct() { if ($this->options['create_new_console'] ?? false) { $this->processPipes ->close(); } else { $this->stop(0); } }