UrbanIndo\Yii2\Queue\Queue::releaseJob PHP Method

releaseJob() abstract protected method

Release the job. Override this for the queue implementation.
abstract protected releaseJob ( UrbanIndo\Yii2\Queue\Job $job ) : boolean
$job UrbanIndo\Yii2\Queue\Job The job to release.
return boolean whether the operation succeed.
    protected abstract function releaseJob(Job $job);