MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / parseSchtasksRunning

Function parseSchtasksRunning

apps/cli/src/service.ts:745–746  ·  view source on GitHub ↗
(verboseListOutput: string)

Source from the content-addressed store, hash-verified

743 * unit tests (including non-English fixtures).
744 */
745export const parseSchtasksRunning = (verboseListOutput: string): boolean =>
746 new RegExp(`\\b(?:${SCHED_S_TASK_RUNNING}|0x0*41301)\\b`, "i").test(verboseListOutput);
747
748/**
749 * Parse `netstat -ano` output for the PIDs listening on `port`. Pure, so it can

Callers 2

service.test.tsFile · 0.90
makeWindowsBackendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected