Exemplo n.º 1
0
 public function SCSTFC()
 {
     $sm = new ServiceManager();
     $service_scst = $sm->getService("scst");
     $this->service_scst_status = $service_scst->getStatus();
     if ($this->service_scst_status === STATE_RUNNING) {
         $this->isRunning = TRUE;
         $this->reset();
     }
 }