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