You are here

constant CRON_DEBUG_RUNNING in Cron Debug 7

@file Cron debugging for administrators.

The cron_debug module allows administators to individually run cron implemented by different modules for debugging purposes. This allows administrators to detect cron tasks which are very slow or do not successfully complete.

2 uses of CRON_DEBUG_RUNNING
cron_debug_form in ./cron_debug.module
Create the main form.
cron_debug_form_submit in ./cron_debug.module
Handle submission of the form.

File

./cron_debug.module, line 13
Cron debugging for administrators.

Code

define('CRON_DEBUG_RUNNING', 1);