The SetExitAction command specifies the behavior when the macro encounters a macro error (crashes).
SetExitAction action
• action – The action to perform when a macro crashes. The possible values are:
Value |
Description |
---|---|
'o/s' |
Close the application |
'nothing' |
Leave the application open |
You will typically add the SetExitAction command to be beginning of a macro, or to the Keys.ini file.