Prose\ExpectsProcessesTable::hasNoEntryForProcess PHP Method

hasNoEntryForProcess() public method

hasNoEntryForProcess
public hasNoEntryForProcess ( mixed $pid ) : void
$pid mixed The pid we're working with
return void
    public function hasNoEntryForProcess($pid)
    {
        expectsRuntimeTable($this->tableName)->hasNoEntry($pid);
    }