ProgressState
data class ProgressState(val message: String = "", val progress: Float = 0.0f, val details: String? = null)(source)
Represents the progress of a long-running firmware update task.
Represents the progress of a long-running firmware update task.