PosixSignal Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie un numéro de signal POSIX.
public enum class PosixSignal
public enum PosixSignal
type PosixSignal =
Public Enum PosixSignal
- Héritage
Champs
| Nom | Valeur | Description |
|---|---|---|
| SIGKILL | -11 | |
| SIGTSTP | -10 | Arrêter tapé sur le terminal |
| SIGTTOU | -9 | Sortie du terminal pour le processus en arrière-plan |
| SIGTTIN | -8 | Entrée de terminal pour le processus en arrière-plan |
| SIGWINCH | -7 | Fenêtre redimensionnée |
| SIGCONT | -6 | Continuer en cas d’arrêt |
| SIGCHLD | -5 | Enfant arrêté |
| SIGTERM | -4 | Arrêt |
| SIGQUIT | -3 | Quitter |
| SIGINT | -2 | Interrompre |
| SIGHUP | -1 | Raccrocher |