Worker::getStackedStack Analysis Description
final public int Worker::getStacked
( void
)
Returns the number of Stackables waiting to be executed by the referenced Worker ParametersThis function has no parameters. Return ValuesAn integral value Examples
Example #1 Returns the number of objects currently waiting to be executed by the referenced Worker
<?php The above example will output: My worker has 5 jobs remaining |