1gearman_client_do_job_handle(3)     Gearman    gearman_client_do_job_handle(3)
2
3
4

NAME

6       gearman_client_do_job_handle - Single Task Interface
7

SYNOPSIS

9       #include <libgearman/gearman.h>
10
11          const   char  *gearman_client_do_job_handle(const  gearman_client_st
12       *client);
13

DESCRIPTION

15       Get the job handle for the running task. This should  be  used  between
16       repeated gearman_client_do() (and related) calls to get information.  *
17

PARAMETERS

19              [in]   client   Structure   previously  initialized  with  gear‐
20              man_client_create() or gearman_client_clone().
21

RETURN VALUE

23       Pointer to static buffer in the client structure  that  holds  the  job
24       handle.
25

SEE ALSO

27       The Gearman homepage: http://www.gearman.org/
28

BUGS

30       Bugs should be reported at https://bugs.launchpad.net/gearmand
31

COPYING

33       Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
34
35       Use  and  distribution  licensed under the BSD license. See the COPYING
36       file in the original source for full text.
37
38
39
40Gearman                           2010-03-15   gearman_client_do_job_handle(3)
Impressum