dwmkerr / dwmkerr/consolecontrol
Multiple processes
Open
- Dominant language
- C#
- Stars
- 786
- Forks
- 166
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 1
Description
This control's API assumes that only one process will run at a time. But this seems like an unnecessary restriction. In a normal console session, any number of processes might be running at any given time. StartProcess should return a process ID or Process object that can later be used to terminate that specific process, while other ConsoleControl child processes continue to run.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.