• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/command.php
  • Класс: BitrixRpaCommand
  • Вызов: Command::disableSaveToHistory
public function disableSaveToHistory(): Command
{
	$this->isSaveToHistoryEnabled = false;

	return $this;
}