• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/queue/queue.php
  • Класс: BitrixImOpenLinesQueueQueue
  • Вызов: Queue::automaticActionAddMessage
public function automaticActionAddMessage($finish = false, $vote = false): bool
{
	$removeSession = $this->isRemoveSession($finish, $vote);

	if ($removeSession !== false)
	{
		$this->transferOperatorNotAvailable($removeSession);
	}

	return true;
}