MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / isProcessRunning

Function isProcessRunning

scripts/dev-process-utils.mjs:13–15  ·  view source on GitHub ↗
(proc)

Source from the content-addressed store, hash-verified

11 * serving on the original port.
12 */
13export function isProcessRunning(proc) {
14 return proc.exitCode === null && proc.signalCode === null;
15}
16
17/**
18 * Add spawn options needed for process-tree cleanup.

Callers 6

shutdownFunction · 0.90
shutdownFunction · 0.90
shutdownFunction · 0.90
shutdownFunction · 0.90
signalProcessTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected