GearmanTask::isRunning
PHP function
Edit on GitHub ✎
(PECL gearman >= 0.5.0)
Test whether the task is currently running
Description
GearmanTask::isRunning(): bool
Indicates whether or not this task is currently running.
Parameters Parameters
Return Values
true if the task is running, false otherwise.