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

	return $this;
}