class Roby::Interface::Async::UIConnector::StartCommand
Public Instance Methods
run()
click to toggle source
# File lib/roby/interface/async/ui_connector.rb, line 44 def run if !options[:restart] && action.exists? && !action.terminated? return end action.restart end