public function BackgroundProcess::getCreated in Background Process 7.2
Get created time (launch time)
1 call to BackgroundProcess::getCreated()
- 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 309 - External API short overview
Class
- BackgroundProcess
- @file
Code
public function getCreated() {
return $this->created;
}