Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more features for WindowsProcess #55

Open
hyee opened this issue Dec 2, 2015 · 1 comment
Open

Support more features for WindowsProcess #55

hyee opened this issue Dec 2, 2015 · 1 comment

Comments

@hyee
Copy link

hyee commented Dec 2, 2015

Hello,
Some functions are useful to control the sub-process, including:

  • WaitForInputIdle to determine if a GUI-based console is idle on user input
  • GenerateConsoleCtrlEvent + CREATE_NEW_PROCESS_GROUP to send the Ctrl events so that the sub-process is able to abort the running command

Hope those features can be supported, thanks.

@brettwooldridge
Copy link
Owner

@hyee No promise about added this, because these features are pretty unique to Windows and console processes in general. But we will continue to track it as an enhancement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants