GoLang GearmanJob::sendFail

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



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

PHP GearmanJob::sendFail

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

GearmanJob::sendFail

(PECL gearman >= 0.6.0)

GearmanJob::sendFailSend fail status

Description

public bool GearmanJob::sendFail ( void )

Sends failure status for this job, indicating that the job failed in a known way (as opposed to failing due to a thrown exception).

Parameters

This function has no parameters.

Return Values

Returns TRUE on success or FALSE on failure.

See Also