Hi,
I'd like to use IP to run test sequences on a machine. My C# program
will start a python file, which will do the tests. When the tests are
running I'd like to update the program's desktop.
So I'm looking for two features:
- is it possible to get the current line counter from the python engine?
( to show this on the screen and give the user information about the
progress)

Sometimes a test needs a manual change on the equipment, so I like to
pause the interpretation of the script.
- Is it possible to pause ( not to interrupt) the interpretation process
from a C# environment?

Thank you
 
Detlef Stute
www.seatec-gmbh.com
 
_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to