force_terminate
Instantly kill a process using SIGKILL/TerminateProcess, without waiting for clean termination.
Instructions
Mata un proceso inmediatamente sin esperar a que termine limpiamente.
Equivale a SIGKILL en Linux o TerminateProcess en Windows. Usa kill_process con force=False para un cierre más limpio (SIGTERM). Limpia la sesión del registro tras terminar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | PID del proceso a matar inmediatamente. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |