Method: OpenC3::ReactionModel#notify_enable

Defined in:
lib/openc3/models/reaction_model.rb

#notify_enableObject



220
221
222
223
224
# File 'lib/openc3/models/reaction_model.rb', line 220

def notify_enable
  @enabled = true
  notify(kind: 'enabled')
  # update() will be called by the reaction_microservice
end