Method: OpenC3::ReactionModel#notify_execute
- Defined in:
- lib/openc3/models/reaction_model.rb
#notify_execute ⇒ Object
234 235 236 237 238 |
# File 'lib/openc3/models/reaction_model.rb', line 234 def notify_execute # Set updated_at because the event is all we get ... no update later @updated_at = Time.now.to_nsec_from_epoch notify(kind: 'executed') end |