- Timestamp:
- Jul 28, 2014, 6:20:27 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140717/ippToPsps
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
jython/ipptopsps.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps
- Property svn:mergeinfo set to
-
branches/eam_branches/ipp-20140717/ippToPsps/jython/ipptopsps.py
r35417 r37129 143 143 def checkClientStatus(self): 144 144 145 print "update client"145 print "updateClient (add this process to client table)" 146 146 self.ippToPspsDb.updateClient(self.config.programName, self.HOST, self.PID) 147 147 148 print "check killed"148 print "check if isKilled (has someone killed me?)" 149 149 if self.ippToPspsDb.isKilled(self.HOST, self.PID): 150 150 self.exitProgram("killed via Db") … … 152 152 # this loop pauses the process if we have no skychunk or we have set it to pause 153 153 firstTimeIn = True 154 print "refresh skychunk"154 print "refreshSkychunk" 155 155 while not self.refreshSkychunk() or self.ippToPspsDb.isPaused(self.HOST, self.PID): 156 156
Note:
See TracChangeset
for help on using the changeset viewer.
