You are here

constant ULTIMATE_CRON_HANDLE_PREFIX in Ultimate Cron 8

Same name and namespace in other branches
  1. 6 ultimate_cron.module \ULTIMATE_CRON_HANDLE_PREFIX
  2. 7 ultimate_cron.module \ULTIMATE_CRON_HANDLE_PREFIX

Default handle prefix for background processes.

11 uses of ULTIMATE_CRON_HANDLE_PREFIX
drush_ultimate_cron_cron_unlock in ./ultimate_cron.drush.inc
Unlock a cron job
ultimate_cron_background_process_message_alter in ./ultimate_cron.module
Implements hook_background_process_message_alter().
ultimate_cron_background_process_shutdown in ./ultimate_cron.module
Implements hook_background_process_shutdown().
ultimate_cron_cron_run in ./ultimate_cron.module
The cron handler takes over the normal Drupal cron handler and runs the normal hook_cron() plus the hook_cronapi().
ultimate_cron_function_log_page in ./ultimate_cron.admin.inc
Function log page.

... See full list

File

./ultimate_cron.module, line 27
@todo Add filter on overview page. @todo Add log view (with graph). @todo Make proper markup for overview page. @todo Refactor drush stuff, too many intimate relations with Background Process @todo Refactor Cron % offset stuff. Too mixed up and…

Code

define('ULTIMATE_CRON_HANDLE_PREFIX', 'uc:');