exit ‐ Clean exit
None.
This action is used to exit cleanly from VC. It can be used by external application to stop VC execution.
None.
None.
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>