• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/limit.php
  • Класс: BitrixImopenlinesLimit
  • Вызов: Limit::canUseQueueAll
static function canUseQueueAll()
{
	if (!Loader::includeModule('bitrix24'))
		return true;

	return Feature::getVariable('imopenlines_can_use_queue_all');
}