1GEARMAN_JOB_HANDLE_T(3)            Gearmand            GEARMAN_JOB_HANDLE_T(3)
2
3
4

NAME

6       gearman_job_handle_t - Gearmand Documentation, http://gearman.info/
7

SYNOPSIS

9       #include <libgearman/gearman.h>
10
11       gearman_job_handle_t
12

DESCRIPTION

14       A  gearman_job_handle_t  represents  a  "job handle". A job handle is a
15       text string that  represents  the  name  of  a  task  (in  truth  gear‐
16       man_job_handle_t is a typedef'ed char[GEARMAN_JOB_HANDLE_SIZE]).
17
18       gearman_client_job_status()  use  handles  to find the status of tasks.
19       When passed to gearman_client_do_background() it will be populated with
20       the job handle.
21

RETURN VALUE

23       None.
24

HOME

26       To find out more information please check: http://gearman.info/
27

SEE ALSO

29       gearmand(8) libgearman(3) gearman_job_st
30

AUTHOR

32       Data Differential http://www.datadifferential.com/
33
35       2011-2014, Data Differential, http://www.datadifferential.com/
36
37
38
39
401.1.19.1                         Feb 18, 2020          GEARMAN_JOB_HANDLE_T(3)
Impressum