StatCollectionResult

Result of statistic collections.

Inheritors

Types

Link copied to clipboard
data class Cancelled(val statistics: Map<String, Map<String, Long>>) : StatCollectionResult
Link copied to clipboard
data class Failure(val throwable: Throwable) : StatCollectionResult
Link copied to clipboard
data class Success(val statistics: Map<String, Map<String, Long>>) : StatCollectionResult