Ejemplo n.º 1
0
 /**
  *
  * @return boolean
  */
 public function isExecutingOrWaitingForRun()
 {
     if ($this->isBackupExecuting()) {
         return true;
     }
     if ($this->configService->isRegistered($this->runOnceJob)) {
         return true;
     }
     return false;
 }