Returns URL from the queue.
\Drupal\Core\Url|null A URL or NULL if the queue is empty.
public function getNextUrl() { if ($job = $this ->getNextJob()) { return $job ->toUrl(); } }