Jyxo\Shell\Client::processExists PHP Method

processExists() public method

Works only on Linux.
public processExists ( string $name ) : boolean
$name string Process name
return boolean
    public function processExists(string $name) : bool
    {
        return array_key_exists($name, $this->processList);
    }