141 environment. |
141 environment. |
142 </p> |
142 </p> |
143 |
143 |
144 <a NAME="VirtualenvUpgradeExecDialog.__finish" ID="VirtualenvUpgradeExecDialog.__finish"></a> |
144 <a NAME="VirtualenvUpgradeExecDialog.__finish" ID="VirtualenvUpgradeExecDialog.__finish"></a> |
145 <h4>VirtualenvUpgradeExecDialog.__finish</h4> |
145 <h4>VirtualenvUpgradeExecDialog.__finish</h4> |
146 <b>__finish</b>(<i>exitCode, exitStatus, giveUp=False</i>) |
146 <b>__finish</b>(<i>exitCode, _exitStatus, giveUp=False</i>) |
147 <p> |
147 <p> |
148 Private slot called when the process finished. |
148 Private slot called when the process finished. |
149 </p> |
149 </p> |
150 <p> |
150 <p> |
151 It is called when the process finished or |
151 It is called when the process finished or |
156 |
156 |
157 <dt><i>exitCode</i> (int)</dt> |
157 <dt><i>exitCode</i> (int)</dt> |
158 <dd> |
158 <dd> |
159 exit code of the process |
159 exit code of the process |
160 </dd> |
160 </dd> |
161 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> |
161 <dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> |
162 <dd> |
162 <dd> |
163 exit status of the process |
163 exit status of the process (unused) |
164 </dd> |
164 </dd> |
165 <dt><i>giveUp</i> (bool)</dt> |
165 <dt><i>giveUp</i> (bool)</dt> |
166 <dd> |
166 <dd> |
167 flag indicating to not start another attempt |
167 flag indicating to not start another attempt |
168 </dd> |
168 </dd> |