Raghwendra-Dey / productivity_meter

Productivity meter for measuring productivity of solving problems
https://raghwendra-dey.github.io/productivity_meter/
MIT License
13 stars 23 forks source link

Checks if the timer is running or not before starting #13

Closed rsriramc closed 3 years ago

rsriramc commented 3 years ago

Do not start the timer if it is already running; else it make re-assignment to the variable timerInterval and makes the previous interval unavailable; to clear it later

fixes #5