totalProgress

@IntRange(from = 0, to = 100)
abstract fun totalProgress(): Int

Gives total download progress, in percent.

This accounts for multiple firmware files that may be downloaded using downloadAllFirmwares.

Return

total download progress in percent