You are here

constant BACKGROUND_BATCH_DELAY in Background Process 7.2

Same name and namespace in other branches
  1. 8 background_batch/background_batch.module \BACKGROUND_BATCH_DELAY
  2. 6 background_batch/background_batch.module \BACKGROUND_BATCH_DELAY
  3. 7 background_batch/background_batch.module \BACKGROUND_BATCH_DELAY

Default value for delay (seconds).

3 uses of BACKGROUND_BATCH_DELAY
BackgroundBatchContext::getProcess in background_batch/background_batch.module
background_batch_settings_form in background_batch/background_batch.admin.inc
System settings page.
_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 17
This module adds background processing to Drupals batch API

Code

define('BACKGROUND_BATCH_DELAY', 1);