TimeTemplate.StopWatchTicks

A timer that can be started/stopped and tracks the total duration of time while running.

Members

Functions

start
void start()
Undocumented in source.
stop
DurationTicks stop()
Undocumented in source.

Properties

running
bool running [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
totalDuration
DurationTicks totalDuration [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta