GearmanJob::complete

Send the result and complete status (deprecated)

Beschreibung

public bool GearmanJob::complete ( string $result )

Sends result data and the complete status update for this job.

Hinweis:

This method has been replaced by GearmanJob::sendComplete in the 0.6.0 release of the Gearman extension.

Parameter-Liste

result

Serialized result data.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Siehe auch

  • GearmanJob::sendFail
  • GearmanJob::setReturn