• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/engine/runtime.php
  • Класс: BitrixBizprocAutomationEngineRuntime
  • Вызов: Runtime::isStarted
private function isStarted($documentType, $documentId, $status)
{
	$key = $documentType . '_' . $documentId;
	return (
		isset(static::$startedTemplates[$key])
		&& (string)$status === static::$startedTemplates[$key]
	);
}