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

	return $this;
}