is_signal

Function is_signal 

Source
pub fn is_signal(code: Code) -> bool
Expand description

Reports whether an exit code is derived from a signal. It returns true if the code is in the range 128-255 and false if not.