The GW-Scripting list is a discussion list for information regarding the development and use of Window-Eyes scripts. Any subscriber of the GW-Scripting list has the ability to post on-topic messages.

From:

 Tom Kingston <tom.kingston@charter.net>

Subject:

 Re: Quitting a script, how to?

Date:

 Tue, Apr 10, 2012 2:19:19 am
The StopScript method will do the trick.

Hth,
Tom


On 4/10/2012 1:55 AM, David wrote:
> In my app, I have a testing function for a certain condition. It works.
> But, if the test should fail, I need my app to automatically close, or
> quit; well, end its operation. Does there exist some kind of an
> ExitApp
> instruction, that will end the script from running?
> Hope this made any sense.
> Thanks,