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