Try

<cfscript>
thread = createObject("java", "java.lang.Thread");
thread.sleep(javaCast("long", 1000*attributes.interval));
</cfscript>

Joel

-----Original Message-----
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of <cfgroupie>
Sent: Wednesday, 29 March 2006 12:57 PM
To: cfaussie
Subject: [cfaussie] Re: Pausing CFML (Was RE: [cfaussie] Re: CFEXECUTE .bat
files)


Hey Guys,

There is a Pause Function within ColdFusion you can use to pause the
ColdFusion process then loop over that each time until a file is
created or what ever you want to do. Tis very cool

Jeremy




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~----------~----~----~----~------~----~------~--~---

Reply via email to