SkipCheck

data class SkipCheck<T : Any>(val event: T) : ReconfigurationResult<T>

Represents a reconfiguration that has not been triggered by the event.

Constructors

Link copied to clipboard
constructor(event: T)

Properties

Link copied to clipboard
val event: T