Matrix::Architect::Commands::Base::Runner
Inherits Reference / Object
Configures the execution of a command. Used with Base#run.
Instance methods
command_callback
Sourceon_progress
Saves a proc to execute on command progression.
When executing the proc, gives it the current execution time.
on_success
Saves a proc to execute on command success.
When executing the proc, gives it the total execution time.
progress_callback
Sourcesuccess_callback
Source