Class: Roby::Interface::V2::Async::UIConnector::DropCommand

Inherits:
ActionConnector show all
Defined in:
lib/roby/interface/v2/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



57
58
59
60
61
# File 'lib/roby/interface/v2/async/ui_connector.rb', line 57

def run
    if action.exists? && !action.terminated?
        action.drop
    end
end