You are here

public function BackgroundProcess::setProgressInterval in Background Process 7.2

Set progress interval

File

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

Class

BackgroundProcess
@file

Code

public function setProgressInterval($interval) {
  $this->progress_interval = $interval;
}