Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

A timer function?

New Here ,
Jul 22, 2010 Jul 22, 2010

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

348
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jul 22, 2010 Jul 22, 2010

You might investigate the CFSCHEDULE and CFTIMER tags.

http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec17576-7ffe.html

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jul 22, 2010 Jul 22, 2010
LATEST

I meant to post CFTHREAD or the Sleep function instead of CFTIMER.  Sorry for any confusion.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources