IndexRebuild::isNeedFullNotification

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. IndexRebuild
  4. isNeedFullNotification
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/agent/duplicate/volatile/indexrebuild.php
  • Класс: Bitrix\Crm\Agent\Duplicate\Volatile\IndexRebuild
  • Вызов: IndexRebuild::isNeedFullNotification
protected function isNeedFullNotification(array $progressData): bool
{
	return (
		$progressData['TIMESTAMP_FINISH'] - $progressData['TIMESTAMP_START']
		>= static::NOTIFY_INTERVAL_FULL
	);
}

Добавить комментарий