tubes.itube.IPause(Interface) interface documentationtubes.itube
(View In Hierarchy)
Known implementations: tubes.kit._Pause, tubes.kit.NoPause
| Method | unpause | Remove this IPause
from the set of IPauses
obstructing delivery from an IFount. When no IPauses remain, the flow
will resume. |
Remove this IPause
from the set of IPauses
obstructing delivery from an IFount. When no IPauses remain, the flow
will resume.
The spice must flow.
| Raises | AlreadyUnpaused | An IPause may only be
unpaused once; it can not be re-paused. Therefore a second
invocation of this method is invalid and will raise an AlreadyUnpaused
exception. |