BatchFitCompleted

data class BatchFitCompleted(val fitId: String, val report: BatchFitResultData, val endTime: Instant) : FitEvent(source)

Terminal: the batch produced a BatchFitResultData normally.

Constructors

Link copied to clipboard
constructor(fitId: String, report: BatchFitResultData, endTime: Instant)

Properties

Link copied to clipboard
val endTime: Instant
Link copied to clipboard
Link copied to clipboard