public function BackgroundProcess::getResult in Background Process 7.2
Get result
File
- ./
background_process.inc, line 330 - External API short overview
Class
- BackgroundProcess
- @file
Code
public function getResult() {
return $this->result;
}
Get result
public function getResult() {
return $this->result;
}