ProgressEvent

data class ProgressEvent(val type: String, val message: String, val phase: String? = null, val current: Int? = null, val total: Int? = null, val timestamp: Instant = Instant.now())

Constructors

Link copied to clipboard
constructor(type: String, message: String, phase: String? = null, current: Int? = null, total: Int? = null, timestamp: Instant = Instant.now())

Properties

Link copied to clipboard
val current: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val total: Int?
Link copied to clipboard