1gearman_client_add_task_status(3) Gearman gearman_client_add_task_status(3)
2
3
4
6 gearman_client_add_task_status - Concurrent Task Interface
7
9 #include <libgearman/gearman.h>
10
11 gearman_task_st *gearman_client_add_task_status(gearman_client_st
12 *client, gearman_task_st *task, void *context, const char *job_han‐
13 dle, gearman_return_t *ret_ptr);
14
16 Add task to get the status for a backgound task in parallel. *
17
19 [in] client Structure previously initialized with gear‐
20 man_client_create() or gearman_client_clone().
21
22 [in] task Caller allocated structure, or NULL to allocate one.
23
24 [in] context Application context to associate with the task.
25
26 [in] job_handle The job handle to get status for.
27
28 [out] ret_ptr Standard gearman return value.
29
31 On success, a pointer to the (possibly allocated) structure. On failure
32 this will be NULL.
33
35 The Gearman homepage: http://www.gearman.org/
36
38 Bugs should be reported at https://bugs.launchpad.net/gearmand
39
41 Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
42
43 Use and distribution licensed under the BSD license. See the COPYING
44 file in the original source for full text.
45
46
47
48Gearman 2010-03-15 gearman_client_add_task_status(3)