intervalEnd

abstract suspend fun intervalEnd(wideEventId: Long, key: String): Result<Duration>

End a previously started interval.

Cancels any timeout set by the corresponding intervalStart.

Return

Duration of the interval.

Parameters

wideEventId

ID of the wide event.

key

Interval key passed to intervalStart.