# File lib/net/ssh/shell/process.rb, line 10
    def initialize(manager, command, properties, callback)
      @command = command
      @manager = manager
      @callback = callback
      @properties = properties
      @on_output = nil
      @on_error_output = nil
      @on_finish = nil
      @state = :new
    end