Prose\FromProcessesTable::getDetailsForPid PHP Method

getDetailsForPid() public method

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
return object
    public function getDetailsForPid($pid)
    {
        return fromRuntimeTable($this->tableName)->getDetails($pid);
    }