You are here

constant BACKGROUND_PROCESS_STATUS_RUNNING in Background Process 8

Same name and namespace in other branches
  1. 6 background_process.module \BACKGROUND_PROCESS_STATUS_RUNNING
  2. 7.2 background_process.module \BACKGROUND_PROCESS_STATUS_RUNNING
  3. 7 background_process.module \BACKGROUND_PROCESS_STATUS_RUNNING
4 uses of BACKGROUND_PROCESS_STATUS_RUNNING
background_process_ass_auto_unlock in background_process_ass/background_process_ass.module
Implements to Unlock locked processes that aren't really running.
background_process_cron in ./background_process.module
Implements hook_cron().
background_process_service_execute in ./background_process.module
Implements to Execute the service.
_background_process_ass_unlock in background_process_ass/background_process_ass.module
Implements to Unlock Process Ass.

File

./background_process.module, line 39
This module implements a framework for calling funtions in the background.

Code

const BACKGROUND_PROCESS_STATUS_RUNNING = 2;