SetExitAction

Examples


The SetExitAction command specifies the behavior when the macro encounters a macro error (crashes).

Syntax

SetExitAction action

Parameters

action – The action to perform when a macro crashes. The possible values are:

[spacer]

Value

Description

'o/s'

Close the application

'nothing'

Leave the application open


Comments

You will typically add the SetExitAction command to be beginning of a macro, or to the Keys.ini file.


Documentation Feedback