class Roby::Coordination::Script::TimedOut

Exception generated when a timeout block has reached its specified limit, if the :event argument has not been set

Attributes

instruction[R]

Public Class Methods

new(task, instruction) click to toggle source
Calls superclass method
# File lib/roby/coordination/script.rb, line 84
def initialize(task, instruction)
    super(task)
    @instruction = instruction
end