array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'gearmantask.isrunning.php', 1 => 'GearmanTask::isRunning', 2 => 'Test whether the task is currently running', ), 'up' => array ( 0 => 'class.gearmantask.php', 1 => 'GearmanTask', ), 'prev' => array ( 0 => 'gearmantask.isknown.php', 1 => 'GearmanTask::isKnown', ), 'next' => array ( 0 => 'gearmantask.jobhandle.php', 1 => 'GearmanTask::jobHandle', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/gearman/gearmantask/isrunning.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

GearmanTask::isRunning

(PECL gearman >= 0.5.0)

GearmanTask::isRunningTest whether the task is currently running

Beschreibung

public GearmanTask::isRunning(): bool

Indicates whether or not this task is currently running.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

true if the task is running, false otherwise.