pub const SIGTERM: Code;
The SIGTERM signal is sent to a process to request its termination. Unlike the SIGKILL signal, it can be caught and interpreted or ignored by the process.
SIGTERM
SIGKILL