RE: Can I Use This CFScript Like This?

2008-08-29 Thread Rick Faircloth
Thanks, Chuck! I'll give that a go. Rick > -Original Message- > From: Weidler, Wilfred C. [mailto:[EMAIL PROTECTED] > Sent: Friday, August 29, 2008 3:50 PM > To: CF-Talk > Subject: RE: Can I Use This CFScript Like This? > > Rick, > > That code is ran in

RE: Can I Use This CFScript Like This?

2008-08-29 Thread Weidler, Wilfred C.
time in milliseconds Or if you prefer tags Run queries, etc... Chuck -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2008 3:44 PM To: CF-Talk Subject: RE: Can I Use This CFScript Like This? Well... my attempt didn

RE: Can I Use This CFScript Like This?

2008-08-29 Thread Rick Faircloth
_to.sleep(5000); //sleep time in milliseconds Thanks, Rick > -Original Message- > From: Weidler, Wilfred C. [mailto:[EMAIL PROTECTED] > Sent: Friday, August 29, 2008 12:57 PM > To: CF-Talk > Subject: RE: Can I Use This CFScript Like This? > > > Rick, > > I

RE: Can I Use This CFScript Like This?

2008-08-29 Thread Weidler, Wilfred C.
AIL PROTECTED] Sent: Friday, August 29, 2008 12:10 PM To: CF-Talk Subject: Can I Use This CFScript Like This? I'm trying to set up a way to check the status of threads and implement a sleep function that loops and delays a following thread's initialization until the status of the first t

Can I Use This CFScript Like This?

2008-08-29 Thread Rick Faircloth
I'm trying to set up a way to check the status of threads and implement a sleep function that loops and delays a following thread's initialization until the status of the first thread is "Completed". I found an example in the CF8 docs using a sleep timer this is placed just inside the opening tag