ICI Modules: sys: kill
Modules by name : by typeSynopsis
sys.kill(int, int)Description
Post a signal to the process or processes identified by the first parameter. The second parameter defines the signal that is sent. The module defines names for the signals that correspond to those defined by the system's C header files, e.g., the interrupt signal is reffered to as sys.SIGINT, the terminate signal, sys.SIGTERM and so on.