Started

data class Started(val totalStages: Int, val description: String? = null) : LoadingProgress(source)

Loading has started.

Constructors

Link copied to clipboard
constructor(totalStages: Int, description: String? = null)

Properties

Link copied to clipboard

Optional description of the overall operation

Link copied to clipboard

Total number of stages to be executed