Hello,
I'm working on evaluating the time on different items, each time has to had a record longer than 20 min before I can release it, I pull the original time stamp from a data base and then I want to evaluate it against "Now()" if the time is f.e. 18 minutes difference from time stamp to "Now()" then I want to run a counter for 2min in the background and keep evaluating other items, when the two minutes are passed, then get a notification of that item has completed the 20min,

can someone please help me on this, this is the code I have so far:

Please Login or Register  to view this content.