UpdateFinished

data class UpdateFinished(val successApply: Boolean, val details: List<String> = emptyList()) : UFServiceMessageV1.Event

Update process is finish

Constructors

Link copied to clipboard
fun UpdateFinished(successApply: Boolean, details: List<String> = emptyList())

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
val details: List<String>

optional additional details

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

Message type

Link copied to clipboard
val successApply: Boolean

true if the system is successfully updated, false otherwise