Enumeration ExitCode

Enum representing exit codes for different termination signals.

Enumeration Members

Enumeration Members

Interrupt: 130

Exit code when the process is terminated with signal 2 (SIGINT) (ctrl+c on keyboard). 128+2.

Termination: 143

Exit code when the process is terminated with signal 15 (SIGTERM) (kill command). 128+15.

Generated using TypeDoc