Browse Source

Valid values for waitforunit and checkeveryunit provided.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270075 13f79535-47bb-0310-9956-ffa450edef68
master
Magesh Umasankar 23 years ago
parent
commit
66716b51ad
1 changed files with 22 additions and 2 deletions
  1. +22
    -2
      docs/manual/CoreTasks/waitfor.html

+ 22
- 2
docs/manual/CoreTasks/waitfor.html View File

@@ -32,7 +32,17 @@ if multiple conditions are specified, then the task will wait until all conditio
<tr> <tr>
<td valign="top">maxwaitunit</td> <td valign="top">maxwaitunit</td>
<td valign="top">The unit of time that must be used to interpret the value of the <td valign="top">The unit of time that must be used to interpret the value of the
maxwait attribute. Defaults to millisecond.</td>
maxwait attribute. Defaults to millisecond.
Valid Values are
<ul>
<li>millisecond</li>
<li>second</li>
<li>minute</li>
<li>hour</li>
<li>day</li>
<li>week</li>
</ul>
</td>
<td valign="top" align="center">No</td> <td valign="top" align="center">No</td>
</tr> </tr>
<tr> <tr>
@@ -44,7 +54,17 @@ if multiple conditions are specified, then the task will wait until all conditio
<tr> <tr>
<td valign="top">checkeveryunit</td> <td valign="top">checkeveryunit</td>
<td valign="top">The unit of time that must be used to interpret the value of the <td valign="top">The unit of time that must be used to interpret the value of the
checkevery attribute. Defaults to millisecond.</td>
checkevery attribute. Defaults to millisecond.
Valid Values are
<ul>
<li>millisecond</li>
<li>second</li>
<li>minute</li>
<li>hour</li>
<li>day</li>
<li>week</li>
</ul>
</td>
<td valign="top" align="center">No</td> <td valign="top" align="center">No</td>
</tr> </tr>
</table> </table>


Loading…
Cancel
Save