go::AsyncProc Class Reference

Inheritance diagram for go::AsyncProc:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def execute
def killThread
def stop

Public Attributes

 pid
 procName
 state

Static Public Attributes

 myKill = lambdaself:None
tuple myKill = lambdaself:os.system("taskkill /F /T /PID " + str(self.pid) + " >nul")

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 
)

Definition at line 298 of file go.py.

def go::AsyncProc::execute (   self,
  command,
  input 
)

Definition at line 306 of file go.py.

def go::AsyncProc::killThread (   self,
  timeout 
)

Definition at line 331 of file go.py.

def go::AsyncProc::stop (   self  ) 

Reimplemented from go::Async.

Definition at line 326 of file go.py.


Member Data Documentation

go::AsyncProc::myKill = lambdaself:None [static]

Definition at line 294 of file go.py.

tuple go::AsyncProc::myKill = lambdaself:os.system("taskkill /F /T /PID " + str(self.pid) + " >nul") [static]

Definition at line 290 of file go.py.

Definition at line 310 of file go.py.

Definition at line 299 of file go.py.

Reimplemented from go::Async.

Definition at line 320 of file go.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables


cob_goco
Author(s): Winfried Baum
autogenerated on Fri Jan 11 10:06:30 2013