I would like to know how it's possible to run a integrity test without starting it in background. So I want to run it in foreground and wait until it's finished.
The following runs on background (http://docs.intersystems.com/cache20071/csp/docbook/DocBook.UI.Page.cls?KEY=GSA_manage):
Do Silent^Integrity("/tmp/logfile")
I also can't find the routine of ^Integrity (in %SYS). How may I see the code?
Using Caché Intersystems 2008.
Thanks by advance,