• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/classes/general/runtimeservice.php
  • Класс: CBPRuntimeService
  • Вызов: CBPRuntimeService::start
public function start(CBPRuntime $runtime = null)
{
	if ($runtime != null)
		$this->SetRuntime($runtime);
}