def finallyProcess(self, _edObject=None):
     EDPluginExec.finallyProcess(self)
     self.DEBUG("EDPluginISPyBStoreAutoProcv1_4.finallyProcess")
     xsDataResultStoreAutoProc = XSDataResultStoreAutoProc()
     if self.iAutoProcId is not None:
         xsDataResultStoreAutoProc.setAutoProcId(XSDataInteger(self.iAutoProcId))
     if self.iAutoProcScalingId is not None:
         xsDataResultStoreAutoProc.setAutoProcScalingId(XSDataInteger(self.iAutoProcScalingId))
     self.setDataOutput(xsDataResultStoreAutoProc)
Example #2
0
 def finallyProcess(self, _edObject=None):
     EDPluginExec.finallyProcess(self)
     self.DEBUG("EDPluginISPyBStoreAutoProcv1_4.finallyProcess")
     xsDataResultStoreAutoProc = XSDataResultStoreAutoProc()
     if self.iAutoProcId is not None:
         xsDataResultStoreAutoProc.setAutoProcId(
             XSDataInteger(self.iAutoProcId))
     if self.iAutoProcScalingId is not None:
         xsDataResultStoreAutoProc.setAutoProcScalingId(
             XSDataInteger(self.iAutoProcScalingId))
     self.setDataOutput(xsDataResultStoreAutoProc)