dk.sdu.cloud.task.api.Progress

UCloud Developer Guide / Core / Communication / Tasks

Progress

data class Progress(
    val title: String,
    val current: Int,
    val maximum: Int,
)
Properties

Last updated