StartedCountUpTimerState

class StartedCountUpTimerState(priorElapsedTime: Duration, startedTime: Instant, val title: String, val timerID: Int) : StartedTimerState, CountUpTimerState(source)

Constructors

Link copied to clipboard
constructor(priorElapsedTime: Duration, startedTime: Instant, title: String, timerID: Int)

Properties

Link copied to clipboard
open override val timerID: Int
Link copied to clipboard
open override val title: String

Functions

Link copied to clipboard
open override fun asEdited(title: String = this.title): TimerState
Link copied to clipboard
open override fun asPausedTimer(): PausedTimerState
Link copied to clipboard
open override fun asResetTimer(): TimerState
Link copied to clipboard
open override fun isStarted(): Boolean
Link copied to clipboard
open override fun showTime(): Duration

This is the time to show on on the screen.