Public Member Functions | |
def | __init__ |
def | cancel |
def | set |
Private Member Functions | |
def | _check |
Private Attributes | |
_event |
A condition that waits for an event. This condition is delayed. This condition waits on a @ref threading.Event object. It uses a separate thread to perform the wait; it will sleep until its event is set. When the event is set, it wakes up and notifies its executor, then exits. If the event is not set within an optional timeout (specified in ms), @ref PrecedingTimeoutError is set. Set timeout to None for no timeout.
def rtshell.plan.EventCondition.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
def rtshell.plan.EventCondition._check | ( | self | ) | [private] |
def rtshell.plan.EventCondition.cancel | ( | self | ) |
Reimplemented from rtshell.plan.DelayedCondition.
def rtshell.plan.EventCondition.set | ( | self | ) |
rtshell::plan.EventCondition::_event [private] |