taskbridgeapp.gui.viewmodel.threadedtasks.run_continuously

taskbridgeapp.gui.viewmodel.threadedtasks.run_continuously(interval=1)

Utility function which continuously calls schedule to run any pending tasks.

Parameters:

interval – interval between cycles.

Return type:

Event

Returns:

a threading event which can be used to stop the continuous run.