• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/Debugger/Session/Manager.php
  • Класс: BitrixBizprocDebuggerSessionManager
  • Вызов: Manager::canStartSession
static function canStartSession(): bool
{
	if (self::getActiveSession())
	{
		return false;
	}

	return true;
}