Documentation/Source/eric6.Utilities.BackgroundService.html

changeset 4222
1db92cbf62c9
parent 4218
f542ad1f76c5
child 4235
81278aff6af9
equal deleted inserted replaced
4221:c9fdc07753a7 4222:1db92cbf62c9
83 <td>Private slot for new incomming connections from the clients.</td> 83 <td>Private slot for new incomming connections from the clients.</td>
84 </tr><tr> 84 </tr><tr>
85 <td><a href="#BackgroundService.preferencesOrProjectChanged">preferencesOrProjectChanged</a></td> 85 <td><a href="#BackgroundService.preferencesOrProjectChanged">preferencesOrProjectChanged</a></td>
86 <td>Public slot to restart the built in languages.</td> 86 <td>Public slot to restart the built in languages.</td>
87 </tr><tr> 87 </tr><tr>
88 <td><a href="#BackgroundService.requestCancel">requestCancel</a></td>
89 <td>Public method to ask a batch job to terminate.</td>
90 </tr><tr>
88 <td><a href="#BackgroundService.restartService">restartService</a></td> 91 <td><a href="#BackgroundService.restartService">restartService</a></td>
89 <td>Public method to restart a given lanuage.</td> 92 <td>Public method to restart a given lanuage.</td>
90 </tr><tr> 93 </tr><tr>
91 <td><a href="#BackgroundService.serviceConnect">serviceConnect</a></td> 94 <td><a href="#BackgroundService.serviceConnect">serviceConnect</a></td>
92 <td>Public method to announce a new service to the background service/client.</td> 95 <td>Public method to announce a new service to the background service/client.</td>
200 </p><a NAME="BackgroundService.preferencesOrProjectChanged" ID="BackgroundService.preferencesOrProjectChanged"></a> 203 </p><a NAME="BackgroundService.preferencesOrProjectChanged" ID="BackgroundService.preferencesOrProjectChanged"></a>
201 <h4>BackgroundService.preferencesOrProjectChanged</h4> 204 <h4>BackgroundService.preferencesOrProjectChanged</h4>
202 <b>preferencesOrProjectChanged</b>(<i></i>) 205 <b>preferencesOrProjectChanged</b>(<i></i>)
203 <p> 206 <p>
204 Public slot to restart the built in languages. 207 Public slot to restart the built in languages.
205 </p><a NAME="BackgroundService.restartService" ID="BackgroundService.restartService"></a> 208 </p><a NAME="BackgroundService.requestCancel" ID="BackgroundService.requestCancel"></a>
209 <h4>BackgroundService.requestCancel</h4>
210 <b>requestCancel</b>(<i>lang</i>)
211 <p>
212 Public method to ask a batch job to terminate.
213 </p><dl>
214 <dt><i>lang</i></dt>
215 <dd>
216 language to connect to (str)
217 </dd>
218 </dl><a NAME="BackgroundService.restartService" ID="BackgroundService.restartService"></a>
206 <h4>BackgroundService.restartService</h4> 219 <h4>BackgroundService.restartService</h4>
207 <b>restartService</b>(<i>language, forceKill=False</i>) 220 <b>restartService</b>(<i>language, forceKill=False</i>)
208 <p> 221 <p>
209 Public method to restart a given lanuage. 222 Public method to restart a given lanuage.
210 </p><dl> 223 </p><dl>

eric ide

mercurial