List of all members.
Public Member Functions |
| def | __init__ |
| def | execute |
| def | killThread |
| def | stop |
Public Attributes |
| | procName |
| | state |
Static Public Attributes |
| tuple | err = pp.stderr.read() |
| tuple | myKill = lambdaself:os.system("taskkill /F /T /PID " + str(self.pid) + " >nul") |
| | myKill = lambdaself:None |
| tuple | out = pp.stdout.read() |
| tuple | pp = Popen(command.split(),stdin=PIPE, stdout=PIPE, stderr=PIPE) |
Detailed Description
Definition at line 286 of file go.py.
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
tuple go.AsyncProc::myKill = lambdaself:os.system("taskkill /F /T /PID " + str(self.pid) + " >nul") [static] |
tuple go.AsyncProc::pp = Popen(command.split(),stdin=PIPE, stdout=PIPE, stderr=PIPE) [static] |
The documentation for this class was generated from the following file: