Is there any way programatically to determine when the cron is running (and if possible, what tasks are being run)? I've explored some options online that are bound to drupal_cron_run(), but no examples on how to listen for this method being used, as it is intended to start the cron.
↧