Class: Roby::ExecutionEngine::EventLoopExitState Private
- 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
-
#force_exit_deadline ⇒ Object
Returns the value of attribute force_exit_deadline.
-
#last_quit_warning ⇒ Object
Returns the value of attribute last_quit_warning.
-
#last_stop_count ⇒ Object
Returns the value of attribute last_stop_count.
Instance Attribute Details
#force_exit_deadline ⇒ Object
Returns the value of attribute force_exit_deadline
2404 2405 2406 |
# File 'lib/roby/execution_engine.rb', line 2404 def force_exit_deadline @force_exit_deadline end |
#last_quit_warning ⇒ Object
Returns the value of attribute last_quit_warning
2404 2405 2406 |
# File 'lib/roby/execution_engine.rb', line 2404 def last_quit_warning @last_quit_warning end |
#last_stop_count ⇒ Object
Returns the value of attribute last_stop_count
2404 2405 2406 |
# File 'lib/roby/execution_engine.rb', line 2404 def last_stop_count @last_stop_count end |