GoLang GearmanJob::sendComplete

request it (331)
GoLang replacement for PHP's GearmanJob::sendComplete [edit | history]



Do you know a GoLang replacement for PHP's GearmanJob::sendComplete? Write it!

PHP GearmanJob::sendComplete

PHP original manual for GearmanJob::sendComplete [ show | php.net ]

GearmanJob::sendComplete

(PECL gearman >= 0.6.0)

GearmanJob::sendCompleteSend the result and complete status

Description

public bool GearmanJob::sendComplete ( string $result )

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

Parameters

result

Serialized result data.

Return Values

Returns TRUE on success or FALSE on failure.

See Also