Prose\FromProcessesTable::getDetailsForPid PHP Méthode

getDetailsForPid() public méthode

Get the get a specific pid's details from the processes table
public getDetailsForPid ( mixed $pid ) : object
$pid mixed The pid we're working with
Résultat object
    public function getDetailsForPid($pid)
    {
        return fromRuntimeTable($this->tableName)->getDetails($pid);
    }