MeterEvent

sealed interface MeterEvent : SessionEvent

Events generated by the power meters (handlers)

Inheritors

Properties

Link copied to clipboard
abstract val meter: String

Meter associated with this event.

Link copied to clipboard
abstract val nt: Long

Event timestamp in nanoseconds (more precise, but overflows).

Link copied to clipboard
abstract val ts: Long

Event timestamp in milliseconds.