• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/copy/integration/groupstepper.php
  • Класс: BitrixLandingCopyIntegrationGroupStepper
  • Вызов: GroupStepper::isQueueEmpty
protected function isQueueEmpty()
{
	$queue = $this->getOptionData($this->queueName);
	return empty($queue);
}