GearmanClient::runTasks

(PECL gearman >= 0.5.0)

GearmanClient::runTasks — Exécute une liste de tâches en parallèle

Description

public function GearmanClient::runTasks(): bool

Pour un jeu de tâches prÊcÊdemment ajoutÊes avec les mÊthodes GearmanClient::addTask(), GearmanClient::addTaskHigh(), GearmanClient::addTaskLow(), GearmanClient::addTaskBackground(), GearmanClient::addTaskHighBackground(), ou GearmanClient::addTaskLowBackground(), cette mÊthode dÊmarre l'exÊcution des tâches en parallèle.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Cette fonction retourne true en cas de succès ou false si une erreur survient.

Voir aussi

+add a note

User Contributed Notes

There are no user contributed notes for this page.