Interface: TimerTask
Defined in: timer/components/timer-component.ts:3
Properties
callback()
callback: () =>
void
Defined in: timer/components/timer-component.ts:4
Returns
void
delay
delay:
number
Defined in: timer/components/timer-component.ts:5
elapsed
elapsed:
number
Defined in: timer/components/timer-component.ts:6
interval?
optional
interval:number
Defined in: timer/components/timer-component.ts:8
maxRuns?
optional
maxRuns:number
Defined in: timer/components/timer-component.ts:9
repeat?
optional
repeat:boolean
Defined in: timer/components/timer-component.ts:7
runsSoFar?
optional
runsSoFar:number
Defined in: timer/components/timer-component.ts:10