• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/itrmenu.php
  • Класс: BitrixImBotItrMenu
  • Вызов: ItrMenu::stopTrack
public function stopTrack(): self
{
	//do not show menu
	$this->appendTrack(self::MENU_EXIT_ID)->saveState();
	return $this;
}