UpdateProgress

data class UpdateProgress(    val phaseName: String,     val phaseDescription: String = "",     val percentage: Double = 0.0) : UFServiceMessageV1.Event

Update phase

Constructors

Link copied to clipboard
fun UpdateProgress(    phaseName: String,     phaseDescription: String = "",     percentage: Double = 0.0)

Functions

Link copied to clipboard
open override fun toJson(): String

Properties

Link copied to clipboard
open override val description: String

Message description

Link copied to clipboard
open override val name: UFServiceMessageV1.MessageName

Message type

Link copied to clipboard
val percentage: Double = 0.0

percentage of update phase

Link copied to clipboard
val phaseDescription: String

description of the update phase

Link copied to clipboard
val phaseName: String

name of the update phase