• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/counter/processor/userprocessor.php
  • Класс: BitrixTasksInternalsCounterProcessorUserProcessor
  • Вызов: UserProcessor::addToQueue
private function addToQueue(string $counter, array $taskIds)
{
	Queue::getInstance()->add($this->userId, $counter, $taskIds);
}