module Proxy::Dynflow::Action::WithExternalPolling
Constants
- Poll
Public Instance Methods
poll()
click to toggle source
# File lib/smart_proxy_dynflow/action/external_polling.rb, line 16 def poll; end
run(event = nil)
click to toggle source
Calls superclass method
# File lib/smart_proxy_dynflow/action/external_polling.rb, line 7 def run(event = nil) if event.is_a?(Poll) poll suspend else super end end