Hi Val.
Nothing already in method really supports the "timer" effect for actions.
I've got a number of things i could use it for.
The simplest thing would be to have a timer set before something like a ShowMessage ... in case you wanted to recieve a message on your screen after you've been working for 45 minutes to remind you of something or to display some sort of caclulated information.
Quite simply -> Wait (mmm:sss) long then do next action. And every time the "timer" action was "hit" it would wait that long to continue (freeing cpu time to other processes until its ready to show the message). So if i set up a button to wait 45m:10s to display me a message ... after recieving the message i could click the button again to start another wait to recieve the same or updated information in another 45m:10s.
I've got some other more complicated ideas, but that should be enough to understand what i'm trying to do.
~Joe