GearmanJob::sendWarning
(PECL gearman >= 0.6.0)
GearmanJob::sendWarning — Send a warning
Description
public bool GearmanJob::sendWarning
( string $warning
)
Sends a warning for this job while it is running.
Parameters
- warning
-
A warning messages.
Return Values
Returns TRUE on success or FALSE on failure.
See Also
- GearmanJob::sendComplete() - Send the result and complete status
- GearmanJob::sendException() - Send exception for running job (exception)
- GearmanJob::sendFail() - Send fail status