Method: Dynflow::Action::WithPollingSubPlans#ping

Defined in:
lib/dynflow/action/with_polling_sub_plans.rb

#ping(_suspended_action = nil) ⇒ Object



60
61
62
# File 'lib/dynflow/action/with_polling_sub_plans.rb', line 60

def ping(_suspended_action = nil)
  plan_event(Poll, REFRESH_INTERVAL)
end