1Gearman::Job(3) User Contributed Perl Documentation Gearman::Job(3)
2
3
4
6 Gearman::Job - Job in gearman distributed job system
7
9 Gearman::Job is the object that's handed to the worker subrefs
10
12 set_status($numerator, $denominator)
13 Updates the status of the job (most likely, a long-running job) and
14 sends it back to the job server. $numerator and $denominator should
15 represent the percentage completion of the job.
16
17 argref()
18 arg()
19 return the scalar argument that the client sent to the job server.
20
21 handle()
22 return handle
23
24
25
26perl v5.38.0 2023-07-20 Gearman::Job(3)