close_app
Forcefully terminate a process and its entire process tree. Requires the process ID.
Instructions
Terminate a process and its descendants via taskkill /T /F.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Process ID. taskkill /T /F is used, which terminates the entire process tree (the target plus any child processes it spawned). |