UpdateProgress
data class UpdateProgress( val phaseName: String, val phaseDescription: String = "", val percentage: Double = 0.0) : UFServiceMessageV1.Event
Content copied to clipboard
Update phase
Constructors
Link copied to clipboard
fun UpdateProgress( phaseName: String, phaseDescription: String = "", percentage: Double = 0.0)
Content copied to clipboard