Method TryClaimOrphanedTaskAsync(long, int)

Assembly: redb.Core.dll

Atomically claim an orphaned task for processing.
CLUSTER-SAFE: Uses atomic UPDATE to prevent race conditions.

Task<bool> TryClaimOrphanedTaskAsync(long trashId, int timeoutMinutes = 30)