
Gearman::XS::Task - Perl task for gearman using libgearman

Gearman::XS::Task is a task class for the Gearman distributed job system using libgearman.

Get job handle for a task.
Get data being returned for a task.
Get data size being returned for a task.
Get function name associated with a task.
Get the numerator of percentage complete for a task.
Get the denominator of percentage complete for a task.
Get unique identifier for a task.
Get status on whether a task is known or not. Returns 1 if known, empty string if not.
Get status on whether a task is running or not. Returns 1 if running, empty string if not.

Any in libgearman plus many others of my own.

Copyright (C) 2009-2010 Dennis Schoen
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.9 or, at your option, any later version of Perl 5 you may have available.

This is free software. IT COMES WITHOUT WARRANTY OF ANY KIND.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Dennis Schoen <dennis@blogma.de>