$tasks=$this->taskProcessingManager->getTasks(userId:'',scheduleAfter:$this->timeFactory->now()->getTimestamp()-60*60*self::TIME_SPAN);// userId: '' means no filter, whereas null would mean guest
returnSetupResult::success($this->l10n->n('The task pickup speed has been ok in the last %n hour.','The task pickup speed has been ok in the last %n hours.',self::TIME_SPAN));
returnSetupResult::warning($this->l10n->n('The task pickup speed has been slow in the last %n hour. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background.','The task pickup speed has been slow in the last %n hours. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background.',self::TIME_SPAN),'https://docs.nextcloud.com/server/latest/admin_manual/ai/overview.html#improve-ai-task-pickup-speed');