• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/queue/event.php
  • Класс: BitrixImOpenLinesQueueEvent
  • Вызов: Event::checkFreeSlotOnChatAnswer
static function checkFreeSlotOnChatAnswer(BitrixMainEvent $event)
{
	$eventData = $event->getParameters();
	$config = $eventData['RUNTIME_SESSION']->getConfig();

	$configManager = self::initializationUsingConfiguration($config);

	if(!empty($configManager))
	{
		$configManager->checkFreeSlotOnChatAnswer();
	}
}