constant BACKGROUND_BATCH_PROCESS_ETA in Background Process 6
Same name and namespace in other branches
- 8 background_batch/background_batch.module \BACKGROUND_BATCH_PROCESS_ETA
- 7.2 background_batch/background_batch.module \BACKGROUND_BATCH_PROCESS_ETA
- 7 background_batch/background_batch.module \BACKGROUND_BATCH_PROCESS_ETA
Default value wether ETA information should be shown.
4 uses of BACKGROUND_BATCH_PROCESS_ETA
- background_batch_settings_form in background_batch/
background_batch.pages.inc - System settings page.
- _background_batch_page_do_js in background_batch/
background_batch.pages.inc - Do one pass of execution and inform back the browser about progression (used for JavaScript-mode only).
- _background_batch_page_do_nojs in background_batch/
background_batch.pages.inc - Output a batch processing page without JavaScript support.
- _background_batch_page_progress_js in background_batch/
background_batch.pages.inc - Batch processing page with JavaScript support.
File
- background_batch/
background_batch.module, line 22 - This module adds background processing to Drupals batch API
Code
define('BACKGROUND_BATCH_PROCESS_ETA', TRUE);