Comment #8 on issue 1515 by fran...@gmail.com: [Library] Process library add keyword to send signal to current active process
http://code.google.com/p/robotframework/issues/detail?id=1515

And trying with following code could generate CTRL+BREAK signal

import win32api
process_id = self._processes[handle].pid
win32api.GenerateConsoleCtrlEvent(1, process_id)

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to