Method: OpenC3::ConfigParser.progress_callback=

Defined in:
lib/openc3/config/config_parser.rb

.progress_callback=(progress_callback) ⇒ Object

Parameters:

  • progress_callback (#call(Float))

    Callback method called with a Float (0.0 to 100.0) based on the amount of the io param that has currently been processed.



72
73
74
# File 'lib/openc3/config/config_parser.rb', line 72

def self.progress_callback=(progress_callback)
  @@progress_callback = progress_callback
end