Completed

data class Completed(val totalDurationMs: Long, val summary: String? = null) : LoadingProgress(source)

Overall loading completed successfully.

Constructors

Link copied to clipboard
constructor(totalDurationMs: Long, summary: String? = null)

Properties

Link copied to clipboard

Optional summary of the operation

Link copied to clipboard

Total time taken in milliseconds