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 IPause s
obstructing delivery from an IFount . When no IPause s remain, the flow
will resume. |
Remove this IPause
from the set of IPause
s
obstructing delivery from an IFount
. When no IPause
s remain, the flow
will resume.
The spice must flow.
Raises | AlreadyUnpaused | An IPause may only be
unpause d once; it can not be re-paused. Therefore a second
invocation of this method is invalid and will raise an AlreadyUnpaused
exception. |