The problem is, waiting time is not depend only for a specific time, but also depend on a variable value, where this value is assign upon an execution of a series command in a sub.
I need it to implement in RDC. Since RDC, as I know is not support transaction, I need to know when insert a large of data, for ex, 1000 data, I need to know it all data, successfully inserted.
My idea is using an integer value in jobdone. For ever success job, this value increased.
Then on a click button, wait for this value to reach 1000 for a specific time. If it reached 1000, then, no problem, but if it never reach 1000 after a specific time, then I assume there is a problem.