kiwi.tasklet.WaitForTimeout(WaitCondition) class documentationkiwi.tasklet
(View In Hierarchy)
An object that waits for a specified ammount of time (a timeout)
| Method | __init__ | An object that waits for a specified ammount of time. |
| Method | arm | See WaitCondition.arm |
| Method | disarm | See WaitCondition.disarm |
| Method | restart | Restart the timeout. Makes time counting start again from zero. |
| Method | _timeout_cb | Undocumented |
An object that waits for a specified ammount of time.
| Parameters | timeout | ammount of time to wait, in miliseconds |
| priority | mainloop priority for the timeout event |