Method: ProcessBot::Process#run

Defined in:
lib/process_bot/process.rb

#runObject



108
109
110
111
112
# File 'lib/process_bot/process.rb', line 108

def run
  handler_instance = handler_class.new(options)
  runner = ProcessBot::Process::Runner.new(command: handler_instance.start_command, logger: logger, options: options)
  runner.run
end