GearmanJob::sendWarning
(PECL gearman >= 0.6.0)
GearmanJob::sendWarning — Send a warning
説明
public GearmanJob::sendWarning
( string $warning
) : bool
Sends a warning for this job while it is running.
パラメータ
warning
- A warning message.
返り値
成功した場合に true
を、失敗した場合に false
を返します。
参考
- GearmanJob::sendComplete() - Send the result and complete status
- GearmanJob::sendException() - Send exception for running job (exception)
- GearmanJob::sendFail() - Send fail status