nextcloud/lib/private/TaskProcessing/Db
Yoan Bozhilov d10fe955a7 docs(taskprocessing): document lockTask semantic change
Per review feedback: note in the lockTask docblock that the guard changed from
`status != RUNNING` to `status = SCHEDULED`, and that callers must now treat a
0 return as "the task is no longer claimable" rather than assuming success.

Signed-off-by: Yoan Bozhilov <bygadd@gmail.com>
Assisted-by: Claude Code:claude-opus-4-8
2026-06-17 19:00:53 +02:00
..
Task.php feat(taskprocessing): add a boolean 'includeWatermark' to taskprocessing tasks and pass it to ISynchronousWatermarkingProvider::process 2025-11-27 11:32:08 +01:00
TaskMapper.php docs(taskprocessing): document lockTask semantic change 2026-06-17 19:00:53 +02:00