15 calls to BackgroundProcess::logDebug() in Background Process 7.2
- BackgroundProcess::claim in ./
background_process.inc - Claim process. Before executing the callback, make sure no one else is doing it.
- BackgroundProcess::detach in ./
background_process.inc - Use blocking style request, and instruct the subrequests to detach asap.
- BackgroundProcess::dispatch in ./
background_process.inc - Launch the process
- BackgroundProcess::doKeepAlive in ./
background_process.inc - Re-launch the process if necessary
- BackgroundProcess::ensureCleanup in ./
background_process.inc - Make sure we clean up after ourselves.
- BackgroundProcess::execute in ./
background_process.inc - Execute the background process callback function.
- BackgroundProcess::keepAlive in ./
background_process.inc - Keep the request alive (i.e., restart after finish).
- BackgroundProcess::reDispatch in ./
background_process.inc - If process has been locked for more than 10 seconds without starting then dispatch it again.
- BackgroundProcess::remove in ./
background_process.inc - Remove the process from the DB (unlock).
- BackgroundProcess::setCallback in ./
background_process.inc - Set callback and arguments
- BackgroundProcess::setOption in ./
background_process.inc - Set callback options
- BackgroundProcess::setOptions in ./
background_process.inc - Set callback options
- BackgroundProcess::shutdown in ./
background_process.inc - Shutdown
- BackgroundProcess::unlock in ./
background_process.inc - Shutdown a process (and ensure it doesn't start again by itself, i.e. "unlock")
- BackgroundProcess::writeData in ./
background_process.inc - Write applicable data (if any) to the database