Dashboard > Pulse v1.2 > ... > recipe > sleep
  Pulse v1.2 Log In | Sign Up   View a printable version of the current page.  
  sleep
Added by Jason Sankey, last edited by Jason Sankey on Sep 14, 2007  (view change)
Labels: 
(None)

Pulse Manual Index

Sleep

The sleep command is used to pause the build for a specified interval. It can be used to wait for some external side effect to take place, or to assist debugging.

Attributes

Attribute Description Required? Default
force If true, the command will run even if an earlier command failed. No false
interval The number of milliseconds to pause for. No 0
name The name of the command. Yes (unless provided on a surrounding command element.  

Child Elements

None.

Example

Pause for 10 seconds:

<sleep name="ten" interval="10000"/>

Zutubi wiki is Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.10 Build:#528 Nov 29, 2006) - Bug/feature request - Contact Administrators