CantBeStopped

data class CantBeStopped(val configuration: UFServiceConfigurationV2, val retryIn: Long) : UFServiceMessageV1.Event

The service can't be stopped. It typically happens when an update is currently being installed.

Constructors

Link copied to clipboard
fun CantBeStopped(configuration: UFServiceConfigurationV2, retryIn: Long)

Functions

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

Properties

Link copied to clipboard
val configuration: UFServiceConfigurationV2

the current service configuration

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 retryIn: Long

the number of milliseconds to the next service self stop attempt