GoLang GearmanTask::taskNumerator

request it (316)
GoLang replacement for PHP's GearmanTask::taskNumerator [edit | history]



Do you know a GoLang replacement for PHP's GearmanTask::taskNumerator? Write it!

PHP GearmanTask::taskNumerator

PHP original manual for GearmanTask::taskNumerator [ show | php.net ]

GearmanTask::taskNumerator

(PECL gearman >= 0.5.0)

GearmanTask::taskNumeratorGet completion percentage numerator

Description

public int GearmanTask::taskNumerator ( void )

Returns the numerator of the percentage of the task that is complete expressed as a fraction.

Parameters

This function has no parameters.

Return Values

A number between 0 and 100, or FALSE if cannot be determined.

See Also