SIGTERM

From Cppreference

Jump to: navigation, search
Defined in header <csignal>

#define SIGTERM /*implementation defined*/

The SIGTERM macro expands into an integral expression, defining a signal number. This signal represents termination request, sent to the program.

[edit] See also

signal
sets a signal handler for particular signal
(function)
raise
runs the signal handler for particular signal
(function)