IndexRebuild::isNeedHalfNotification

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

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