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