예제 #1
0
 /**
  * Returns true if the Asynchronous Queue Processor is enabled and is
  * functioning properly.
  *
  * @return boolean Is the Asynchronous Queue Processor is enabled and
  *                 functioning properly?
  */
 public static function isSchedulerEnabled()
 {
     return QueueProcessor::isActive();
 }