I'm looking for a generic timeout or sleep call. I am sending multiple SMS in a loop, and want to sleep for a couple seconds after each iteration to let things process completely. Any ideas? Thanks,
You could use for example the timeout timer, exampole of it can be found from the engine in animation example. Or you could use User::After() -function. yucca
Thanks! I checked out the animation example and integrated the timer. It works perfectly. Cheers,
Forum Rules