/**
  * Get a brief bit of status info on the update daemon.
  * @return string
  * @static
  */
 function getStatus()
 {
     return MWBlocker::sendRPC('blocker.getStatus');
 }