1gearman_client_do_status(3) Gearman gearman_client_do_status(3)
2
3
4
6 gearman_client_do_status - Single Task Interface
7
9 #include <libgearman/gearman.h>
10
11 void gearman_client_do_status(gearman_client_st *client, uint32_t
12 *numerator, uint32_t *denominator);
13
15 Get the status 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
22 [out] numerator Optional parameter to store the numerator in.
23
24 [out] denominator Optional parameter to store the denominator
25 in.
26
28 The Gearman homepage: http://www.gearman.org/
29
31 Bugs should be reported at https://bugs.launchpad.net/gearmand
32
34 Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
35
36 Use and distribution licensed under the BSD license. See the COPYING
37 file in the original source for full text.
38
39
40
41Gearman 2010-03-15 gearman_client_do_status(3)