Does anyone know of a way of getting a user to confirm they have seen an output before it closes using jadloadb?
jadloadb path=<system> ini=<ini> server=SingleUser executeSchema=<schema> executeClass=JadeScript executeMethod=samTest app=<app> schema=<schema>
What I am trying to achieve is to show a user all the methods that are in error without having to go into the system to check. I have that working great and it is outputting this information to a Jade Interpreter Output but it disappears potentially before the user has seen what the methods that are in error.
I tried a message box that didn't work. I tried process.debug but I couldn't do that from a serverExecution method. Only thing I have found to work will be process.sleep(10000) then saying it will close this window in 10 seconds. Hoping there is a better way!