--- a/src/eric7/Documentation/Source/eric7.Utilities.BackgroundService.html Thu Apr 10 18:36:24 2025 +0200 +++ b/src/eric7/Documentation/Source/eric7.Utilities.BackgroundService.html Thu Apr 10 18:39:29 2025 +0200 @@ -87,6 +87,10 @@ <td>Private method to send a job request to one of the clients.</td> </tr> <tr> +<td><a href="#BackgroundService.__shutdown">__shutdown</a></td> +<td>Private method to cleanup the connections and processes when eric is shutting down.</td> +</tr> +<tr> <td><a href="#BackgroundService.__startExternalClient">__startExternalClient</a></td> <td>Private method to start the background client as external process.</td> </tr> @@ -122,10 +126,6 @@ <td><a href="#BackgroundService.serviceDisconnect">serviceDisconnect</a></td> <td>Public method to remove the service from the service list.</td> </tr> -<tr> -<td><a href="#BackgroundService.shutdown">shutdown</a></td> -<td>Public method to cleanup the connections and processes when eric is shutting down.</td> -</tr> </table> <h3>Static Methods</h3> @@ -223,6 +223,14 @@ function argument(s) </dd> </dl> +<a NAME="BackgroundService.__shutdown" ID="BackgroundService.__shutdown"></a> +<h4>BackgroundService.__shutdown</h4> +<b>__shutdown</b>(<i></i>) +<p> + Private method to cleanup the connections and processes when eric is + shutting down. +</p> + <a NAME="BackgroundService.__startExternalClient" ID="BackgroundService.__startExternalClient"></a> <h4>BackgroundService.__startExternalClient</h4> <b>__startExternalClient</b>(<i>interpreter, port</i>) @@ -404,14 +412,6 @@ language of the service </dd> </dl> -<a NAME="BackgroundService.shutdown" ID="BackgroundService.shutdown"></a> -<h4>BackgroundService.shutdown</h4> -<b>shutdown</b>(<i></i>) -<p> - Public method to cleanup the connections and processes when eric is - shutting down. -</p> - <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>