ReportHeapSnapshotProgressParameter

@Serializable
data class ReportHeapSnapshotProgressParameter(val done: Int, val total: Int, val finished: Boolean? = null)

Constructors

Link copied to clipboard
constructor(done: Int, total: Int, finished: Boolean? = null)

Properties

Link copied to clipboard
val done: Int
Link copied to clipboard
val finished: Boolean? = null
Link copied to clipboard
val total: Int