• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/classes/general/countersprocessorinstaller.php
  • Класс: CTaskCountersProcessorInstaller
  • Вызов: CTaskCountersProcessorInstaller::checkProcessIsNotActive
static function checkProcessIsNotActive()
{
	$stageId = (int) COption::GetOptionString('tasks', '~counters_installer_stage', -1, $siteId = '');

	return $stageId == 0 || $stageId == self::STAGE_INSTALL_COMPLETE;
}