Method: HardsploitAPI#consoleProgress
- Defined in:
- lib/HardsploitAPI/Core/HardsploitAPI.rb
#consoleProgress(percent:, startTime:, endTime:) ⇒ Object
call back
197 198 199 |
# File 'lib/HardsploitAPI/Core/HardsploitAPI.rb', line 197 def consoleProgress(percent:,startTime:,endTime:) @@callbackProgress.call(percent:percent,startTime:startTime,endTime:endTime) end |