133 It is called when the process finished or |
133 It is called when the process finished or |
134 the user pressed the button. |
134 the user pressed the button. |
135 |
135 |
136 @param exitCode exit code of the process (integer) |
136 @param exitCode exit code of the process (integer) |
137 @param exitStatus exit status of the process (QProcess.ExitStatus) |
137 @param exitStatus exit status of the process (QProcess.ExitStatus) |
138 @keyparam giveUp flag indicating to not start another attempt (boolean) |
138 @param giveUp flag indicating to not start another attempt (boolean) |
139 """ |
139 """ |
140 if ( |
140 if ( |
141 self.__process is not None and |
141 self.__process is not None and |
142 self.__process.state() != QProcess.NotRunning |
142 self.__process.state() != QProcess.NotRunning |
143 ): |
143 ): |