7.7. Exit

exit ‐ Clean exit

7.7.1. Attributes

None.

7.7.2. Description

This action is used to exit cleanly from VC. It can be used by external application to stop VC execution.

7.7.3. Expected children

None.

7.7.4. Expected target

None.

7.7.5. Example

The example below defines a clean exit and will stop VC execution when key 'j' is pressed:

<command>
  <trigger type="keystroke" value="j" />
  <action>
     <exit />
  </action>
</command>