public function BackgroundProcess::getStatus in Background Process 7.2
Get status
1 call to BackgroundProcess::getStatus()
- BackgroundProcess::reDispatch in ./
background_process.inc - If process has been locked for more than 10 seconds without starting then dispatch it again.
File
- ./
background_process.inc, line 295 - External API short overview
Class
- BackgroundProcess
- @file
Code
public function getStatus() {
return $this->exec_status;
}