Subject: | document Gearman::Client::get_status |
dispatch_background's documentation explains that you will receive a job
handle scalar, but it doesn't explain what to do with this. get_status()
is in the code, but not in the documentation. I've written a small
paragraph for this function.
=head2 $client-E<gt>get_status($jobhandle)
The Gearman Server will assign a scalar job handle when you request a
background job with dispatch_background. Save this scalar, and use it
later in order to request the status of this job. Return value is a
I<Gearman::JobStatus> object.