Flynet Simulated Host

Sleep Tag

Sleep Tag

Previous topic This is the last topic  

Sleep Tag

Previous topic This is the last topic  

Delay Processing by Pausing the Logic

 

This tag will pause the thread managing the current execution.

 

Use this tag to simulate a host application processing and delaying by the corresponding number of milliseconds.

 

Attributes:

 

Attribute

Default / Required

Description

milliSeconds

500

A millisecond is 1/1000 of a second, so the default is 1/2 a second and a value of 5000 would delay 5 seconds.

 

Sleep has no children.


Example:

 

<IfScreen row="12" column="21" text="bozo">

  <Sleep milliSeconds="2000">

</IfScreen>