I remember reading about this before, but I can't find the page. Is there a command to close the active window? I have a piece of logic that takes place immediately, and occasionally interrupts the bot right in the middle of a gather. Of course, the bot is polite and waits for the current action to complete, which never happens. I can either issue a command to close the gather window, or I can find a way to wait until the next gather is complete. Anyone know how to do either?
ff14bot.Managers.GatheringWindow.WindowOpen checks if it's open, so you could wait until that's not true?