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

	return $this;
}