I have a script that uses gp tools that takes a long time.
The tool I am using is Build Overviews that can take long time but have many messages that showing the progress.
When I run this tool within python script, I do not see these messages.
I can only AddMessage before and after the tool.
Is there any way to send the message to the display even if it runs inside a script.
Thanks