Jyxo\Shell\Client::processExists PHP Méthode

processExists() public méthode

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