Copy link to clipboard
Copied
I'm looping over a list of emails and I don't want them to be sent out immediately at once. Is there a function (maybe underlying java function) that will pause the processing for a certain amount of ticks before it continues processing the code? I could have sworn I've seen this somewhere but I can't find it. Thanks,
Paul
Copy link to clipboard
Copied
You might investigate the CFSCHEDULE and CFTIMER tags.
http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec17576-7ffe.html
Copy link to clipboard
Copied
I meant to post CFTHREAD or the Sleep function instead of CFTIMER. Sorry for any confusion.