• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/Debugger/Session/Session.php
  • Класс: BitrixBizprocDebuggerSessionSession
  • Вызов: Session::isBeforeDebuggerStartState
public function isBeforeDebuggerStartState(): bool
{
	return $this->isInterceptionMode() && $this->canAddDocument();
}