• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/counter/agent.php
  • Класс: BitrixTasksInternalsCounterAgent
  • Вызов: Agent::remove
static function remove($taskId): void
{
	CAgent::RemoveAgent(self::getClass()."::expired({$taskId});", 'tasks');
	CAgent::RemoveAgent(self::getClass()."::expiredSoon({$taskId});", 'tasks');
}