Sleep
Method Signature
Sleep(duration=[long])Arguments
Argument
Type
Required
Description
Default
Examples
Sleep for 5 seconds
<bx:script>
writeOutput( now() );
writeOutput( "<br />" );
sleep( 5000 );
writeOutput( now() );
</bx:script>
Additional Examples
Related
Last updated
Was this helpful?
