nx_work_log.minute_timer.MinuteTimer
- class nx_work_log.minute_timer.MinuteTimer(callback_function)
Bases:
object
Minute Timer class calls the given callback function once every minute :param callback_function: Callback function to be called
- __init__(callback_function)
Methods
__init__
(callback_function)cancel
()Cancel the timer and its internal thread
- cancel()
Cancel the timer and its internal thread