Progress

data class Progress(val current: Int, val total: Int, val message: String? = null) : ModelExecutionResult<Nothing> (source)

Constructors

Link copied to clipboard
constructor(current: Int, total: Int, message: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val total: Int