GearmanClient::runTasks
Run a list of tasks in parallel
Description
public bool GearmanClient::runTasks()
For a set of tasks previously added with GearmanClient::addTask,
GearmanClient::addTaskHigh, GearmanClient::addTaskLow,
GearmanClient::addTaskBackground, GearmanClient::addTaskHighBackground, or
GearmanClient::addTaskLowBackground, this call starts running the tasks
in parallel.
Parameters
This function has no parameters.
Return Values
Returns true on success or false on failure.