I have a Visual Studio 2022 GP tool add-in that I have developed that works but once the processing is done to the standalone data table it closes out the data table view in the map, I have been able to make the button open said data table with the OnClick() event method which works, but once the tool is finished with it's process the table is closed, this is problematic and I need the table to stay visible for work personnel and ease of use. I have been looking through documentation but I am not sure if using a GPexcuteTool is the way to go or if using a getStandaloneTable module in the Button is the way to go. I would like the button to hold on to the table view and not close it out, anyways any advice that would get me in the right direction is appreciated.