• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/bizproc/automation/factory.php
  • Класс: BitrixTasksIntegrationBizprocAutomationFactory
  • Вызов: Factory::isBizprocEnabled
static function isBizprocEnabled()
{
	if (static::$isBizprocEnabled === null)
	{
		static::$isBizprocEnabled = Loader::includeModule('bizproc');
	}

	return static::$isBizprocEnabled;
}