• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/classes/general/pull_options.php
  • Класс: CPullOptions
  • Вызов: CPullOptions::ClearCheckCache
static function ClearCheckCache()
{
	// init module cache
	$CModule = new CModule();
	$CModule->IsInstalled();

	CAgent::RemoveAgent("CPullOptions::ClearAgent();", "pull");
	CAgent::AddAgent("CPullOptions::ClearAgent();", "pull", "N", 30, "", "Y", ConvertTimeStamp(time()+CTimeZone::GetOffset()+30, "FULL"));
}