(verboseListOutput: string)
| 750 | * unit tests (including non-English fixtures). |
| 751 | */ |
| 752 | export const parseSchtasksRunning = (verboseListOutput: string): boolean => |
| 753 | new RegExp(`\\b(?:${SCHED_S_TASK_RUNNING}|0x0*41301)\\b`, "i").test(verboseListOutput); |
| 754 | |
| 755 | /** |
| 756 | * Parse `netstat -ano` output for the PIDs listening on `port`. Pure, so it can |
no outgoing calls
no test coverage detected