| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Process
Basic process representation for ProcessMonitor. Must be subclassed to provide actual start()/stop() implementations.
Constructor *must* be called from the Python Main thread in order for signal handlers to register properly.
| Instance Methods | |||
|
|||
|
|||
| dict { str: val } |
|
||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
Get all data about this process in dictionary form
|
Stop the process. Record any significant error messages in the errors parameter
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Feb 12 00:16:49 2016 | http://epydoc.sourceforge.net |