ExitStatus.signal(_:)
The process exited with the given signal.
Declaration
case signal(CInt)Parameters
- signal:
The signal that caused the process to exit.
Discussion
The C programming language defines a number of standard signals. Platforms may additionally define their own non-standard signal codes:
Platform | Header |
|---|---|
macOS | |
Linux | |
FreeBSD | |
OpenBSD | |
Windows |