Method: Tasker::Telemetry::Plugins::BaseExporter#on_export_complete

Defined in:
lib/tasker/telemetry/plugins/base_exporter.rb

#on_export_complete(completion_data) ⇒ Object

Called when export completes

Parameters:

  • completion_data (Hash)

    Export completion information



90
91
92
# File 'lib/tasker/telemetry/plugins/base_exporter.rb', line 90

def on_export_complete(completion_data)
  # Default: no action
end