Batch Fit Completed
data class BatchFitCompleted(val fitId: String, val report: BatchFitResultData, val endTime: Instant) : FitEvent(source)
Terminal: the batch produced a BatchFitResultData normally.
Terminal: the batch produced a BatchFitResultData normally.