• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Import/ImportService.php
  • Класс: BitrixImV2ImportImportService
  • Вызов: ImportService::isImportInProgress
private function isImportInProgress(): bool
{
	$entityType = $this->chat['ENTITY_TYPE'] ?? '';

	return (
		$entityType === self::IMPORT_PRIVATE_CHAT_ENTITY_TYPE
		|| $entityType === self::IMPORT_GROUP_CHAT_ENTITY_TYPE
	);
}