function background_process_ass_cron in Background Process 7.2
Same name and namespace in other branches
- 8 background_process_ass/background_process_ass.module \background_process_ass_cron()
- 6 background_process_ass/background_process_ass.module \background_process_ass_cron()
- 7 background_process_ass/background_process_ass.module \background_process_ass_cron()
Implements hook_cron().
File
- background_process_ass/
background_process_ass.module, line 63 - @todo Implement admin interface. @todo Fix runtime check of running process.
Code
function background_process_ass_cron() {
// Don't use more than 30 seconds to unlock
set_time_limit(30);
background_process_ass_auto_unlock();
}