Ticket #5114 enhancement closed fixed
LoopingCall should be resetable
| Reported by: | chris- | Owned by: | therve |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | patch, review |
| Cc: | thijs | Branch: | branches/reset-loop-5114 |
| Author: | therve | Launchpad Bug: |
Description
It would be a good thing if the LoopingCall would be "resetable", meaning it should be easy to stop the currently scheduled call and reschedule it with the currently set interval, providing a nicer alternative to stopping the call and starting a new LoopingCall with the exact same settings. The following patch implements this.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

