(verboseListOutput: string)
| 739 | * unit tests (including non-English fixtures). |
| 740 | */ |
| 741 | export 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 |
no outgoing calls
no test coverage detected