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

	return $this->runtime;
}