resume
suspend fun resume(resetAttempts: Boolean = false, onProgress: (RestoreProgress) -> Unit = {}): RestoreOutcome(source)
Continues the recorded chain after revalidating its source. Done files are never downloaded again. resetAttempts is the explicit retry: files that reached the attempt cap get a fresh set of tries; a plain resume keeps the cap.