xslutil:Sleep


Userlevel 3
Badge +2

This article is about the xslutil:Sleep Blend function.

xslutil:Sleep

Halts processing (ie., pauses) for a specified lapse of time, then returns true.

Returns a boolean.

Syntax

xslutil:Sleep( time )

The required time is a lapse of time expressed in milliseconds.

Example

This line of code halts processing for 3 seconds.

<pc:if-then test="xslutil:Sleep(3000)"/>

 


0 replies

Be the first to reply!

Reply