StatTracker

Keep track of a single stat's duration and result

Inheritors

Properties

Link copied to clipboard
abstract val startedAt: ClockMark

When this task was started.

Functions

Link copied to clipboard
abstract suspend fun trackResult(result: String? = null)

Track the result from a stat.