You are here

public function BackgroundProcess::getPhase in Background Process 7.2

Get phase

File

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

Class

BackgroundProcess
@file

Code

public function getPhase() {
  return empty($this->options['phase']) ? NULL : $this->options['phase'];
}