You are here

public function BackgroundProcess::getServiceGroup in Background Process 7.2

Get current service group.

Return value

string Name of service group

File

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

Class

BackgroundProcess
@file

Code

public function getServiceGroup() {
  return $this->service_group;
}