Add disconnect method for ease of ending stateful jobs

Issue #5 new
Aaron Bartell created an issue

Add the following to each adapter for ease of disconnecting from stateful job (i.e. ctl="*sbmjob")

    def disconnect
      @xml_ctl = '*immed'
      self.xmlservice XMLService::I_PGM.new("*NONE","*NONE",{'error'=>'fast'})
    end

Comments (0)

  1. Log in to comment