[−][src]Module todo_lib::timer
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 |
| stop_timer | Stops the todo's timer and updates the spent time. Attribute |