You are here

public function BackgroundProcess::storeResult in Background Process 7.2

Do/don't store the result

File

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

Class

BackgroundProcess
@file

Code

public function storeResult($store_result = TRUE) {
  $this->options['store_result'] = $store_result;
  $this
    ->setOptions($this->options);
  return $this;
}