reference/gearman/gearmantask/jobhandle.xml
3c0b61c45a5dabe46865510311e57b77ea3dddb7
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="gearmantask.jobhandle" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>GearmanTask::jobHandle</refname>
...
...
@@ -10,10 +9,10 @@
10
9

11
10
<refsect1 role="description">
12
11
&reftitle.description;
13
-
<methodsynopsis>
14
-
<modifier>public</modifier> <type>string</type><methodname>GearmanTask::jobHandle</methodname>
15
-
<void />
16
-
</methodsynopsis>
12
+
<methodsynopsis role="GearmanTask">
13
+
<modifier>public</modifier> <type class="union"><type>false</type><type>string</type></type><methodname>GearmanTask::jobHandle</methodname>
14
+
<void/>
15
+
</methodsynopsis>
17
16
<para>
18
17
Returns the job handle for this task.
19
18
</para>
...
...
@@ -27,7 +26,7 @@
27
26
<refsect1 role="returnvalues">
28
27
&reftitle.returnvalues;
29
28
<para>
30
-
The opaque job handle.
29
+
The opaque job handle, or &false; if the task has not yet been created.
31
30
</para>
32
31
</refsect1>
33
32

...
...
@@ -41,7 +40,6 @@
41
40
</refsect1>
42
41

43
42
</refentry>
44
-

45
43
<!-- Keep this comment at the end of the file
46
44
Local variables:
47
45
mode: sgml
48
46