class Roby::Interface::Async::UIConnector::KillCommand
Public Instance Methods
run()
click to toggle source
# File lib/roby/interface/async/ui_connector.rb, line 61 def run if action.exists? && !action.terminated? action.kill end end