• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/session.php
  • Класс: BitrixImOpenLinesSession
  • Вызов: Session::resetActionAll
public function resetActionAll(): bool
{
	$this->action = self::ACTION_NONE;

	return true;
}