15,091
edits
Changes
→Advanced Settings
This background task can be controlled with the pause() and resume() methods. Additionally there is an interrupt() method which will cancel execution of the background task, and update_all() which will run the entire task in the foreground immediately.
{{man menu|A background task will continue to run '''even if the gramplet is no longer active'''.}}
Gramplets that should be updated in response to changes in the database should connect to the appropriate signals.