~clint-fewbar/ubuntu/precise/gearmand/drop-unneeded-patches

« back to all changes in this revision

Viewing changes to docs/man/man3/gearman_task_is_running.3

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2009-09-28 21:43:31 UTC
  • mto: (1.2.3 upstream) (6.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20090928214331-9bku0d3v1b1ypgp4
ImportĀ upstreamĀ versionĀ 0.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH gearman_task_is_running 3 2009-07-19 "Gearman" "Gearman"
 
1
.TH gearman_task_is_running 3 2009-09-29 "Gearman" "Gearman"
2
2
.SH NAME
3
3
gearman_task_is_running \- Task Management
4
4
.SH SYNOPSIS
5
5
.B #include <libgearman/gearman.h>
6
6
.sp
7
 
.BI "bool gearman_task_is_running(gearman_task_st *task);"
 
7
.BI " bool gearman_task_is_running(const gearman_task_st *task);"
8
8
.SH DESCRIPTION
9
9
Get status on whether a task is running or not.
10
10
.SH "SEE ALSO"