Base::getDefaultProgressData

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Base
  4. getDefaultProgressData
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/agent/duplicate/background/base.php
  • Класс: Bitrix\Crm\Agent\Duplicate\Background\Base
  • Вызов: Base::getDefaultProgressData
protected function getDefaultProgressData(): array
{
	return [
		'TIMESTAMP' => 0,
		'TIMESTAMP_START' => 0,
		'TIMESTAMP_HALF' => 0,
		'TIMESTAMP_ALMOST' => 0,
		'TIMESTAMP_FINISH' => 0,
		'STATUS' => static::STATUS_INACTIVE,
		'NEXT_STATUS' => static::STATUS_UNDEFINED,
		'ERROR' => static::ERR_SUCCESS,
		'ERROR_INFO' => [
			//'MESSAGE' => 'Error message'
		],
		'INITIAL_PARAMS' => [],
		'TYPES' => [],
		'SCOPE' => '',
		'TYPE_INDEX' => 0,
		'MERGED_ITEMS' => 0,
		'CONFLICTED_ITEMS' => 0,
		'PROCESSED_ITEMS' => 0,
		'FOUND_ITEMS' => 0,
		'TOTAL_ITEMS' => 0,
		'TOTAL_ENTITIES' => 0,
		'BUILD_DATA' => [],
	];
}

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