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

	if($eventData['RUNTIME_SESSION'] instanceof Session)
	{
		self::checkSessionFreeSlotOnFinish($eventData['RUNTIME_SESSION']);
	}
}