PosixSignal Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a POSIX signal number.
public enum class PosixSignal
public enum PosixSignal
type PosixSignal =
Public Enum PosixSignal
- Inheritance
Fields
Name | Value | Description |
---|---|---|
SIGTSTP | -10 | Stop typed at terminal |
SIGTTOU | -9 | Terminal output for background process |
SIGTTIN | -8 | Terminal input for background process |
SIGWINCH | -7 | Window resized |
SIGCONT | -6 | Continue if stopped |
SIGCHLD | -5 | Child stopped |
SIGTERM | -4 | Termination |
SIGQUIT | -3 | Quit |
SIGINT | -2 | Interrupt |
SIGHUP | -1 | Hangup |
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา