• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/script/manager.php
  • Класс: BitrixBizprocScriptManager
  • Вызов: Manager::checkQueuesCount
static function checkQueuesCount(int $scriptId): bool
{
	$queuesCount = self::getActiveQueueCountByScriptId($scriptId);

	return $queuesCount < self::getQueuesLimit();
}