1gearman_client_do_job_handle(3) Gearman gearman_client_do_job_handle(3)
2
3
4
6 gearman_client_do_job_handle - Single Task Interface
7
9 #include <libgearman/gearman.h>
10
11 const char *gearman_client_do_job_handle(const gearman_client_st
12 *client);
13
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
19 [in] client Structure previously initialized with gear‐
20 man_client_create() or gearman_client_clone().
21
23 Pointer to static buffer in the client structure that holds the job
24 handle.
25
27 The Gearman homepage: http://www.gearman.org/
28
30 Bugs should be reported at https://bugs.launchpad.net/gearmand
31
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)