Docs
Reference
Guides
Blog
Discord
/
Bun
/
Subprocess
/
kill
M
kill
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
Bun
/
Subprocess
/
kill
M
kill
method
Subprocess.kill
kill
(
exitCode
?
:
number
|
Signals
)
:
void
;
Kill the process
@param
exitCode
The exitCode to send to the process