You are here

public function BackgroundProcess::getStartTime in Background Process 7.2

Get start time (considers keepalive)

1 call to BackgroundProcess::getStartTime()
BackgroundProcess::reDispatch in ./background_process.inc
If process has been locked for more than 10 seconds without starting then dispatch it again.

File

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

Class

BackgroundProcess
@file

Code

public function getStartTime() {
  return $this->start_stamp;
}