Method: RDI::ProgressViews::Text#setupProgress
- Defined in:
- lib/rdi/Plugins/ProgressViews/Text.rb
#setupProgress {|TextProgressDialog.new| ... } ⇒ Object
Setup the progress and call the client code to execute inside
Parameters:
-
CodeBlock: The code to execute during this progression:
** ioProgressView (Object): The progress view that will receive notifications of progression (can be nil if no progression view available)
60 61 62 |
# File 'lib/rdi/Plugins/ProgressViews/Text.rb', line 60 def setupProgress yield(TextProgressDialog.new) end |