MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / killCommand

Function killCommand

javascript/selenium-webdriver/io/exec.js:153–159  ·  view source on GitHub ↗
(signal)

Source from the content-addressed store, hash-verified

151 }
152
153 function killCommand(signal) {
154 process.removeListener('exit', onProcessExit)
155 if (proc) {
156 proc.kill(signal)
157 proc = null
158 }
159 }
160}
161
162// Exported to improve generated API documentation.

Callers 1

onProcessExitFunction · 0.85

Calls 2

removeListenerMethod · 0.45
killMethod · 0.45

Tested by

no test coverage detected