You are here

constant BACKGROUND_PROCESS_STATUS_LOCKED in Background Process 8

Same name and namespace in other branches
  1. 6 background_process.module \BACKGROUND_PROCESS_STATUS_LOCKED
  2. 7.2 background_process.module \BACKGROUND_PROCESS_STATUS_LOCKED
  3. 7 background_process.module \BACKGROUND_PROCESS_STATUS_LOCKED
2 uses of BACKGROUND_PROCESS_STATUS_LOCKED
BackgroundProcess::lock in ./background_process.class.php
Implements to Lock the Background Process.
background_process_cron in ./background_process.module
Implements hook_cron().

File

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

Code

const BACKGROUND_PROCESS_STATUS_LOCKED = 1;