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

Function parseSchtasksRunning

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

Source from the content-addressed store, hash-verified

739 * unit tests (including non-English fixtures).
740 */
741export const parseSchtasksRunning = (verboseListOutput: string): boolean =>
742 new RegExp(`\\b(?:${SCHED_S_TASK_RUNNING}|0x0*41301)\\b`, "i").test(verboseListOutput);
743
744/**
745 * 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