You are here

public function BackgroundProcess::setResultStorage in Background Process 7.2

Reference to variable where the result should be stored.

File

./background_process.inc, line 383
External API short overview

Class

BackgroundProcess
@file

Code

public function setResultStorage(&$result) {
  $this->result =& $result;
  return $this;
}