Enum representing exit codes for different termination signals.
https://linuxconfig.org/list-of-exit-codes-on-linux
Exit code when the process is terminated with signal 2 (SIGINT) (ctrl+c on keyboard). 128+2.
Exit code when the process is terminated with signal 15 (SIGTERM) (kill command). 128+15.
Generated using TypeDoc
Enum representing exit codes for different termination signals.
See
https://linuxconfig.org/list-of-exit-codes-on-linux