• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/classes/general/countersprocessorinstaller.php
  • Класс: CTaskCountersProcessorInstaller
  • Вызов: CTaskCountersProcessorInstaller::setStage
static function setStage($stageId)
{
	if($stageId != self::STAGE_INSTALL_IN_PROGRESS && $stageId != self::STAGE_INSTALL_COMPLETE)
	{
		return;
	}

	COption::SetOptionString('tasks', '~counters_installer_stage', $stageId, $description = '', $siteId = '');
}