Jyxo\Shell\Client::processExists PHP Метод

processExists() публичный Метод

Works only on Linux.
public processExists ( string $name ) : boolean
$name string Process name
Результат boolean
    public function processExists(string $name) : bool
    {
        return array_key_exists($name, $this->processList);
    }