class

Matrix::Architect::Commands::Base::Runner

Inherits Reference / Object

Configures the execution of a command. Used with Base#run.

Instance methods

command

Saves the command to run. If not set an error RunError wil be raised.

Source
command_callback
Source
on_progress

Saves a proc to execute on command progression.

When executing the proc, gives it the current execution time.

Source
on_success

Saves a proc to execute on command success.

When executing the proc, gives it the total execution time.

Source
progress_callback
Source
success_callback
Source