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);
    }