• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/retargeting/internals/queue.php
  • Класс: BitrixSeoRetargetingInternalsQueueTable
  • Вызов: QueueTable::processQueueAgent
static function processQueueAgent($type)
{
	try
	{
		$hasQueue = static::processQueue($type);
	}
	catch(Exception $e)
	{
		$hasQueue = false;
	}

	if (!$hasQueue)
	{
		return '';
	}
	else
	{
		return static::getProcessQueueAgentName($type);
	}
}