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)


1117
1118
1119
# File 'lib/roby/task.rb', line 1117

def failure?
    true
end