MeterEvent

sealed interface MeterEvent : SessionEvent

Events generated by the power meters (handlers) See https://tech.utugit.fi/soft/tools/power/doc/manual/usage/intro/

See also

Inheritors

Properties

Link copied to clipboard
abstract val meter: String

Meter associated with this event.

Link copied to clipboard
abstract val nanoTime: Long

Current value of the most precise available system timer, in nanoseconds.

Link copied to clipboard
abstract val systemTimestamp: Long

Current time in milliseconds.