RestoreProgress

data class RestoreProgress(val filesDone: Int, val filesTotal: Int, val groupsDone: Int, val groupsTotal: Int)(source)

Progress in files and in the app's own unit, its groups.

Constructors

Link copied to clipboard
constructor(filesDone: Int, filesTotal: Int, groupsDone: Int, groupsTotal: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard