Temporarily pause progress tracing without hidden script usage.
I have a sub procedure that I use to make comments for runtime execution. The procedure works something like this:
1) calculate runtime to this sub and from the previous call to this sub 2) append current runtime performance to a historical comment log qvd. 3) show the trace of the comment to the progress window.
Does anyone know a way (aside from popping this into a hidden script) that will keep the progress window from showing the loads into tables? Is there a progress verbosity setting or something like there is for error modes?
In this example all I want it to do is send
##### My Comment.
To the progress window and not show the table progress.