You are here

function background_process_dispatcher_foreground in Background Process 7.2

Dispatcher for running process in foreground

1 string reference to 'background_process_dispatcher_foreground'
background_process_background_process_dispatcher_info in ./background_process.module
Implements background_process_dispatcher_info().

File

./background_process.dispatchers.inc, line 128

Code

function background_process_dispatcher_foreground($process) {
  $process
    ->execute();
}