ComputingKey

data class ComputingKey(val progress: Int, val total: Int) : StepProgressListener.Step

Constructors

Link copied to clipboard
fun ComputingKey(progress: Int, total: Int)

Properties

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