class documentation
Container class to maintain information about a process that has died. This container allows us to delete the actual Process but still maintain the metadata
| Method | __init__ |
Undocumented |
| Method | get |
Get all data about this process in dictionary form @return: dictionary of all relevant process properties @rtype: dict { str: val } |
| Method | is |
Undocumented |
| Method | start |
Undocumented |
| Instance Variable | exit |
Undocumented |
| Instance Variable | info |
Undocumented |
| Instance Variable | lock |
Undocumented |
| Instance Variable | spawn |
Undocumented |
Inherited from Process:
| Method | __str__ |
Undocumented |
| Method | get |
Undocumented |
| Method | should |
floating point seconds until respawn otherwise |
| Method | stop |
Stop the process. Record any significant error messages in the errors parameter |
| Instance Variable | args |
Undocumented |
| Instance Variable | env |
Undocumented |
| Instance Variable | name |
Undocumented |
| Instance Variable | package |
Undocumented |
| Instance Variable | required |
Undocumented |
| Instance Variable | respawn |
Undocumented |
| Instance Variable | respawn |
Undocumented |
| Instance Variable | time |
Undocumented |