dtkt.command.v1beta1enums.protoSignal
Enum| Value | Number | Description |
|---|---|---|
| SIGNAL_UNSPECIFIED | 0 | Unspecified signal |
| SIGNAL_SIGINT | 1 | Interrupt signal; typically sent when the user wants to stop a process |
| SIGNAL_SIGTERM | 2 | Termination signal; used to request a process to terminate |
| SIGNAL_SIGKILL | 3 | Kill signal; used to forcibly terminate a process |