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 message.

Return Values

Returns true on success or false on failure.

See Also

  • GearmanJob::sendComplete
  • GearmanJob::sendException
  • GearmanJob::sendFail