class Roby::Task::InternalError

Public Instance Methods

failure?() click to toggle source

Mark the InternalError event as a failure event, even if it is not forwarded to the stop event at the model level

# File lib/roby/task.rb, line 976
def failure?
    true
end