Functions§
- is_
timer_ on - Returns true if a given task is active - its timer is running
- spent_
time - Returns the time spent on a given task
- start_
timer - Make the todo active - start its timer. Attribute
tmr
is set to the current time in seconds - stop_
timer - Stops the todo’s timer and updates the spent time. Attribute
tmr
gets value ‘off’