kiwi.tasklet.WaitForProcess(WaitCondition) class documentationkiwi.tasklet
(View In Hierarchy)
An object that waits for a process to end
| Method | __init__ | Creates an object that waits for a subprocess. |
| Method | arm | See L{WaitCondition.arm} |
| Method | disarm | See L{WaitCondition.disarm} |
| Method | _child_cb | Undocumented |
Creates an object that waits for a subprocess. @param pid: Process identifier @type pid: int