• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/statistics/statisticentrymanager.php
  • Класс: Bitrix\Crm\Statistics\StatisticEntryManager
  • Вызов: StatisticEntryManager::getBusySlotCount
static function getBusySlotCount($typeName)
{
	$entries = self::getEntries();
	if(!isset($entries[$typeName]))
	{
		throw new Main\NotSupportedException("The type '{$typeName}' is not supported in current context.");
	}
	return $entries[$typeName]->getBusySlotCount();
}