BaseInitHandlerState

data class BaseInitHandlerState(started: Boolean, total: Int, waiting: Set<ObjectIdentifier>)

Properties

Link copied to clipboard
val started: Boolean = false
Link copied to clipboard
val total: Int = 0
Link copied to clipboard
val waiting: Set<ObjectIdentifier>