You are here

function background_batch_uninstall in Background Process 6

Same name and namespace in other branches
  1. 8 background_batch/background_batch.install \background_batch_uninstall()
  2. 7.2 background_batch/background_batch.install \background_batch_uninstall()
  3. 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');
}