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

	return $this;
}