function background_batch_uninstall in Background Process 7.2
Same name and namespace in other branches
- 8 background_batch/background_batch.install \background_batch_uninstall()
- 6 background_batch/background_batch.install \background_batch_uninstall()
- 7 background_batch/background_batch.install \background_batch_uninstall()
Implements hook_uninstall().
File
- background_batch/
background_batch.install, line 10 - This is the installation file for the Background Batch submodule
Code
function background_batch_uninstall() {
// Removing used variables.
variable_del('background_batch_delay');
variable_del('background_batch_process_lifespan');
variable_del('background_batch_show_eta');
}