src/eric7/Documentation/Source/eric7.Utilities.BackgroundService.html

branch
eric7
changeset 11255
1c2bd52f2002
parent 11215
d07c71a34adf
diff -r cdb56075b4bc -r 1c2bd52f2002 src/eric7/Documentation/Source/eric7.Utilities.BackgroundService.html
--- a/src/eric7/Documentation/Source/eric7.Utilities.BackgroundService.html	Fri May 02 16:18:18 2025 +0200
+++ b/src/eric7/Documentation/Source/eric7.Utilities.BackgroundService.html	Fri May 02 16:19:35 2025 +0200
@@ -136,16 +136,20 @@
 
 <a NAME="BackgroundService.__init__" ID="BackgroundService.__init__"></a>
 <h4>BackgroundService (Constructor)</h4>
-<b>BackgroundService</b>(<i>parent=None</i>)
+<b>BackgroundService</b>(<i>releaseMode=False, parent=None</i>)
 <p>
         Constructor
 </p>
 
 <dl>
 
-<dt><i>parent</i> (QObject)</dt>
+<dt><i>releaseMode</i> (bool (optional))</dt>
 <dd>
-reference to the parent object
+flag indicating release mode operations (defaults to False)
+</dd>
+<dt><i>parent</i> (QObject (optional))</dt>
+<dd>
+reference to the parent object (defaults to None)
 </dd>
 </dl>
 <a NAME="BackgroundService.__getPythonInterpreter" ID="BackgroundService.__getPythonInterpreter"></a>

eric ide

mercurial