| BackgroundProcess.class.php | BackgroundProcess.class.php |  | Class for handling background processes. | 
          
                  | background_batch.info | background_batch/background_batch.info |  | name = Background Batch
description = Adds background processing to Drupals batch API
core = 7.x
php = 5.0
dependencies[] = background_process
dependencies[] = progress | 
          
                  | background_batch.install | background_batch/background_batch.install |  | This is the installation file for the Background Batch submodule | 
          
                  | background_batch.module | background_batch/background_batch.module |  | This module adds background processing to Drupals batch API | 
          
                  | background_batch.pages.inc | background_batch/background_batch.pages.inc |  | Pages for background batch. | 
          
                  | background_process.admin.inc | background_process.admin.inc |  |  | 
          
                  | background_process.info | background_process.info |  | name = Background Process
description = Provides framework for running code in the background
core = 7.x
php = 5.0
dependencies[] = progress
configure = admin/config/system/background-process | 
          
                  | background_process.install | background_process.install |  | This is the installation file for the Background Process module | 
          
                  | background_process.module | background_process.module |  |  | 
          
                  | background_process.pages.inc | background_process.pages.inc |  | @TODO is this file neccessary? | 
          
                  | background_process_ass.admin.inc | background_process_ass/background_process_ass.admin.inc |  |  | 
          
                  | background_process_ass.info | background_process_ass/background_process_ass.info |  | name = Background Process Apache server status
description = Automatically unlocks dead processes using Apache server status
core = 7.x
dependencies[] = background_process | 
          
                  | background_process_ass.module | background_process_ass/background_process_ass.module |  | @todo Implement admin interface.
@todo Fix runtime check of running process. |