Class: Roby::Interface::V1::Async::UIConnector::StartCommand

Inherits:
ActionConnector show all
Defined in:
lib/roby/interface/v1/async/ui_connector.rb

Instance Attribute Summary

Attributes inherited from ActionConnector

#action, #connector, #options

Instance Method Summary collapse

Methods inherited from ActionConnector

#interface

Instance Method Details

#runObject



47
48
49
50
51
52
53
# File 'lib/roby/interface/v1/async/ui_connector.rb', line 47

def run
    if !options[:restart] && action.exists? && !action.terminated?
        return
    end

    action.restart
end