contributions/scheduler/behaviour/commands/scheduler/process.cmd.php
Go to the documentation of this file.00001 <?php 00002 Load::commands('base/processscheduler'); 00003 00004 /** 00005 * Run the next job in scheduler list 00006 */ 00007 class ProcessSchedulerCommand extends ProcessSchedulerBaseCommand { 00008 }