Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to exit LA using LA commands?
#2
Code:
Copy      Help
ExitLA();

static void ExitLA() {
    var w = wnd.findFast(cn: "Au.Editor.TrayNotify");
    if (!w.Is0) {
        w.Close(noWait: true);
        w.WaitForClosed(-2, waitUntilProcessEnds: true);
    }
}


Messages In This Thread
How to exit LA using LA commands? - by MBaas - 03-21-2025, 12:38 PM
RE: How to exit LA using LA commands? - by Gintaras - 03-21-2025, 01:17 PM
RE: How to exit LA using LA commands? - by MBaas - 03-21-2025, 03:20 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)