Class: Roby::ExecutionEngine::EventLoopExitState Private

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

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary collapse

Instance Attribute Details

#force_exit_deadlineObject

Returns the value of attribute force_exit_deadline

Returns:

  • (Object)

    the current value of force_exit_deadline



2344
2345
2346
# File 'lib/roby/execution_engine.rb', line 2344

def force_exit_deadline
  @force_exit_deadline
end

#last_quit_warningObject

Returns the value of attribute last_quit_warning

Returns:

  • (Object)

    the current value of last_quit_warning



2344
2345
2346
# File 'lib/roby/execution_engine.rb', line 2344

def last_quit_warning
  @last_quit_warning
end

#last_stop_countObject

Returns the value of attribute last_stop_count

Returns:

  • (Object)

    the current value of last_stop_count



2344
2345
2346
# File 'lib/roby/execution_engine.rb', line 2344

def last_stop_count
  @last_stop_count
end