/**
  * Process the Queue, runs the queue
  * @return boolean success
  */
 public static function process()
 {
     self::loadQueueTask();
     return self::$QueueTask->process();
 }