• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/engine/runtime.php
  • Класс: BitrixBizprocAutomationEngineRuntime
  • Вызов: Runtime::setTarget
public function setTarget(BaseTarget $target)
{
	$this->target = $target;
	return $this;
}