<waitfor>

As a companion to the <parallel> task, <waitfor> will block a thread’s execution until the specified conditions have been met. Its attributes are provided in Table 4.85.

Table 4.85. Table of <waitfor> Attributes
Attributes (Optional) Description
checkevery Sets the time of the period between checks of whether the condition holds. Defaults to 500.
checkeveryunit Valid values are millisecond, second, minute, hour, day, or week, this attribute specifies the unit of time that the checkevery attribute refers to.
maxwait Sets the maximum amount of time to wait for the condition to hold. Defaults to 180000.
maxwaitunit Valid values are millisecond, second, minute, hour, day, or week. This attribute specifies the unit of time that the maxwait ...

Get Ant Developer’s Handbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.