Utilities/BackgroundService.py

changeset 4236
8d4e498a7af8
parent 4235
81278aff6af9
child 4544
5145cf800bb0
child 4632
ca310db386ed
equal deleted inserted replaced
4235:81278aff6af9 4236:8d4e498a7af8
298 298
299 def requestCancel(self, fx, lang): 299 def requestCancel(self, fx, lang):
300 """ 300 """
301 Public method to ask a batch job to terminate. 301 Public method to ask a batch job to terminate.
302 302
303 @param fx function name of the service (str)
303 @param lang language to connect to (str) 304 @param lang language to connect to (str)
304 """ 305 """
305 self.__cancelled = True 306 self.__cancelled = True
306 307
307 entriesToRemove = [] 308 entriesToRemove = []

eric ide

mercurial