Module: Roby::TaskStructure::ExecutionAgentStart::Installer Private
- Defined in:
- lib/roby/task_structure/executed_by.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Helper module that installs Roby::TaskStructure::ExecutionAgentStart on start events
Instance Method Summary collapse
- #initialize_events ⇒ Object private
Instance Method Details
#initialize_events ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
230 231 232 233 |
# File 'lib/roby/task_structure/executed_by.rb', line 230 def initialize_events super start_event.extend ExecutionAgentStart end |