Progress

@Serializable
data class Progress(val value: Long, val total: Long)

Progress of a task.

Constructors

Link copied to clipboard
constructor(value: Long, total: Long)

Properties

Link copied to clipboard
val total: Long
Link copied to clipboard
val value: Long