hasPendingUploads

suspend fun hasPendingUploads(): Boolean

Check if there are any pending upload operations.

Returns true when there is at least one operation that is pending, uploading, or failed across any module.

This is a lightweight helper for quick checks when detailed pending operation information is not required.

Return

true if there are pending uploads, false otherwise