1gearman_job_send_fail(3) Gearman gearman_job_send_fail(3)
2
3
4
6 gearman_job_send_fail - Job Declarations
7
9 #include <libgearman/gearman.h>
10
11 gearman_return_t gearman_job_send_fail(gearman_job_st *job);
12
14 Send fail status for a job.
15
17 The Gearman homepage: http://www.gearman.org/
18
20 Bugs should be reported at https://bugs.launchpad.net/gearmand
21
23 Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
24
25 Use and distribution licensed under the BSD license. See the COPYING
26 file in the original source for full text.
27
28
29
30Gearman 2010-03-15 gearman_job_send_fail(3)