Graceful Termination

Specify exit sequences for applications opened in a session that are still open when the session is closed.

Graceful Termination can be used to help clean up leftover processes when Monitor Child Processes is turned off. The executables in the Graceful Termination list are terminated first, and then Monitor Child Processes kills any remaining processes from the user’s session. See User General Settings for more information about Monitor Child Processes.

 

Executable Name:

The name of the application’s executable. Please note: do NOT include the directory location.

Termination String:

The termination key sequence to execute. Termination strings are defined as key sequences, separated with commas (,). Keys that are pressed simultaneously are defined with a dash (-).

Special characters are defined as follows, and are case sensitive:

ESC
ENTER
ALT
CTRL
SHIFT
F1
F2
F3
F4
F5
F6
F7
F8
F9
F10
F11
F12
SLEEPX ( X is replaced with a number, also SLEEP must be upper case)

Here are some examples:

To send sequence CONTROL ALT x, pressed simultaneously:

CTRL-ALT-x

 To send the word: hello, pressed individually:

h,e,l,l,o,ENTER

 To send sequence CONTROL ALT Function Key 4, pressed simultaneously:

CTRL-ALT-F4

 To send the above, sleep for 5 seconds, then send "exit":

CTRL-ALT-F4,SLEEP5,e,x,i,t,ENTER

 

See Also:

User General Settings
Full Console Settings
Stream Settings
Environment Variables