class Roby::Interface::Async::UIConnector::DropCommand

Public Instance Methods

run() click to toggle source
# File lib/roby/interface/async/ui_connector.rb, line 53
def run
    if action.exists? && !action.terminated?
        action.drop
    end
end