start method
void
start()
Call when the metrics system starts tracking (e.g., when the worker starts).
Implementation
void start() {
_startedAt = DateTime.now();
}
Call when the metrics system starts tracking (e.g., when the worker starts).
void start() {
_startedAt = DateTime.now();
}