Beispiel #1
0
 def haveToDispose(self, callerObject=None):
     for object in G.InternalProcessList:
         # if there is one other machine processing return False
         if object.isProcessing:
             return False
     return Machine.haveToDispose(self, callerObject)  
 def haveToDispose(self, callerObject=None):
     for object in G.InternalProcessList:
         # if there is one other machine processing return False
         if object.isProcessing:
             return False
     return Machine.haveToDispose(self, callerObject)