signal [<code>]
This raises a signal in the current process. With no arguments it prints a list of useful signals. Otherwise, the first argument can be the name of a signal or the numerical value, which range from 1-31 on most machines.
Recognized signal names are:
To send a soft interrupt signal:
lens> signal INT
or
lens> signal 2