go::AsyncProc Class Reference
List of all members.
Detailed Description
Definition at line 286 of file go.py.
Member Function Documentation
def go::AsyncProc::__init__ |
( |
|
self, |
|
|
|
command, |
|
|
|
procName = None , |
|
|
|
input = None , |
|
|
|
timeout = None , |
|
|
|
name = None | |
|
) |
| | |
def go::AsyncProc::execute |
( |
|
self, |
|
|
|
command, |
|
|
|
input | |
|
) |
| | |
def go::AsyncProc::killThread |
( |
|
self, |
|
|
|
timeout | |
|
) |
| | |
def go::AsyncProc::stop |
( |
|
self |
) |
|
Member Data Documentation
tuple go::AsyncProc::myKill = lambdaself:os.system("taskkill /F /T /PID " + str(self.pid) + " >nul") [static] |
The documentation for this class was generated from the following file: