Method: OpenC3::ReactionModel#notify_enable
- Defined in:
- lib/openc3/models/reaction_model.rb
#notify_enable ⇒ Object
218 219 220 221 222 |
# File 'lib/openc3/models/reaction_model.rb', line 218 def notify_enable @enabled = true notify(kind: 'enabled') # update() will be called by the reaction_microservice end |