Class: Roby::Task::InternalError

Inherits:
Object
  • Object
show all
Defined in:
lib/roby/task.rb

Deprecated Event API collapse

Instance Method Details

#failure?Boolean

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

Returns:

  • (Boolean)


1107
1108
1109
# File 'lib/roby/task.rb', line 1107

def failure?
    true
end