diff options
author | Marcel Klehr <mklehr@gmx.net> | 2024-05-13 08:24:46 +0200 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2024-05-14 11:38:42 +0200 |
commit | b11052fcfa8b76618b81f64af3987b4382256264 (patch) | |
tree | 0e089bbadb6d4bee4d635fa34b7bc4c8c3e59f53 /lib/public | |
parent | c02049033a081d091770a19a7f371981daf3b8c9 (diff) | |
download | nextcloud-server-b11052fcfa8b76618b81f64af3987b4382256264.tar.gz nextcloud-server-b11052fcfa8b76618b81f64af3987b4382256264.zip |
Update lib/public/TaskProcessing/IManager.php
Co-authored-by: julien-nc <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/TaskProcessing/IManager.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/TaskProcessing/IManager.php b/lib/public/TaskProcessing/IManager.php index 1b8bbf5769a..f031144ec67 100644 --- a/lib/public/TaskProcessing/IManager.php +++ b/lib/public/TaskProcessing/IManager.php @@ -138,6 +138,7 @@ interface IManager { /** * @param string|null $userId The user id that scheduled the task * @param string|null $taskTypeId The task type id to filter by + * @param string|null $customId * @return list<Task> * @throws Exception If the query failed * @throws NotFoundException If the task could not be found |