List of available signals.
[
Edit]
[System.Obsolete("Use Mono.Unix.Native.Signum")] [System.CLSCompliant(false)] public enum Signals |
|
See Also
Remarks
Members
Member Name | Description |
---|
SIGABRT | Abort signal from abort
[Edit]
|
SIGALRM | Timer signal from alarm
[Edit]
|
SIGBUS | Bus error (bad memory access)
[Edit]
|
SIGCHLD | Child stopped or terminated
[Edit]
|
SIGCONT | Continue if stopped
[Edit]
|
SIGFPE | Floating point exception
[Edit]
|
SIGHUP | Hangup detected on controlling terminal or death of controlling process
[Edit]
|
SIGILL | Illegal Instruction
[Edit]
|
SIGINT | Interrupt from keyboard
[Edit]
|
SIGIO | I/O now possible (4.2 BSD)
[Edit]
|
SIGKILL | Kill signal
[Edit]
|
SIGPIPE | Broken pipe: write to pipe with no readers
[Edit]
|
SIGPROF | Profiling timer expired
[Edit]
|
SIGQUIT | Quit from keyboard
[Edit]
|
SIGSEGV | Invalid memory reference
[Edit]
|
SIGSTOP | Stop process
[Edit]
|
SIGSYS | Bad argument to routine (SVID)
[Edit]
|
SIGTERM | Termination signal
[Edit]
|
SIGTRAP | Trace/breakpoint trap
[Edit]
|
SIGTSTP | Stop typed at tty
[Edit]
|
SIGTTIN | tty input for background process
[Edit]
|
SIGTTOU | tty output for background process
[Edit]
|
SIGURG | Urgent condition on socket (4.2 BSD)
[Edit]
|
SIGUSR1 | User-defined signal 1
[Edit]
|
SIGUSR2 | User-defined signal 2
[Edit]
|
SIGVTALRM | Virtual alarm clock (4.2 BSD)
[Edit]
|
SIGWINCH | Window resize signal (4.3 BSD, Sun)
[Edit]
|
SIGXCPU | CPU time limit exceeded (4.2 BSD)
[Edit]
|
SIGXFSZ | File size limit exceeded (4.2 BSD)
[Edit]
|
Requirements
Namespace: Mono.Posix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0