src/eric7/EricCore/EricProcess.py

branch
eric7
changeset 10922
36a90a94765c
parent 10919
4e4c8ee38c45
child 11090
f5f5f5803935
equal deleted inserted replaced
10921:495f084a737e 10922:36a90a94765c
55 return self.__timedOut 55 return self.__timedOut
56 56
57 def timeoutInterval(self): 57 def timeoutInterval(self):
58 """ 58 """
59 Public method to get the process timeout interval. 59 Public method to get the process timeout interval.
60 60
61 @return process timeout interval in milliseconds 61 @return process timeout interval in milliseconds
62 @rtype int 62 @rtype int
63 """ 63 """
64 return self.__timeoutTimer.interval() 64 return self.__timeoutTimer.interval()
65 65

eric ide

mercurial