You are here

constant BACKGROUND_PROCESS_STATUS_RUNNING in Background Process 7.2

Same name and namespace in other branches
  1. 8 background_process.module \BACKGROUND_PROCESS_STATUS_RUNNING
  2. 6 background_process.module \BACKGROUND_PROCESS_STATUS_RUNNING
  3. 7 background_process.module \BACKGROUND_PROCESS_STATUS_RUNNING
4 uses of BACKGROUND_PROCESS_STATUS_RUNNING
BackgroundProcess::claim in ./background_process.inc
Claim process. Before executing the callback, make sure no one else is doing it.
background_process_ass_auto_unlock in background_process_ass/background_process_ass.module
Unlock locked processes that aren't really running.
_background_batch_initiate in background_batch/background_batch.pages.inc
Start a batch job in the background
_background_process_ass_unlock in background_process_ass/background_process_ass.module

File

./background_process.module, line 37

Code

define('BACKGROUND_PROCESS_STATUS_RUNNING', 2);