Skip to main content
Known Participant
July 22, 2010
Question

A timer function?

  • July 22, 2010
  • 1 reply
  • 394 views

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

    This topic has been closed for replies.

    1 reply

    Inspiring
    July 22, 2010

    You might investigate the CFSCHEDULE and CFTIMER tags.

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

    Inspiring
    July 22, 2010

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