in lotus notes 6.5.6 when i have an agent that execute many other agents using agent.Run or agent.RunOnServer. So i need to know the progess state of any secondary agent.
I try to put some Print("Files processing at "+ cstr(n)+" %") in the code of any sub-agent but in the lotus notes progress bar i cannot see anything.
Is there a method or properties that allow me to show the progress state of any "sub agent" that i run from the main agent ?
thank's