SIGTERM

Constant SIGTERM 

Source
pub const SIGTERM: c_int = 15;
Expand description

The signal number for SIGTERM.

This is 15 on all platforms. We define it here rather than using SIGTERM because SIGTERM is not available on Windows, but the value is platform-independent.