Cronario\Exception\ResultException::isQueued PHP Method

isQueued() public method

Check for 'queued' status
public isQueued ( ) : boolean
return boolean
    public function isQueued()
    {
        return $this->status === self::STATUS_QUEUED;
    }