Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-07-16 14:05:17 +00:00
parent e6d9d76ed4
commit 3ae2357c37
36 changed files with 1186 additions and 844 deletions

View File

@@ -1806,7 +1806,7 @@ Moose refers to <strong>_DATABASE</strong> within the framework extensively, but
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DATABASE).AddClient">DATABASE:AddClient(ClientName)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(DATABASE).AddClient">DATABASE:AddClient(ClientName, Force)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Adds a CLIENT based on the ClientName in the DATABASE.</p>
</td>
@@ -3170,7 +3170,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(DATABASE).AddClient" ><strong>DATABASE:AddClient(ClientName)</strong></a></h2>
<h2><a id="#(DATABASE).AddClient" ><strong>DATABASE:AddClient(ClientName, Force)</strong></a></h2>
</div>
<p>Adds a CLIENT based on the ClientName in the DATABASE.</p>
@@ -3181,7 +3181,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div class="w3-margin-left">
<p>DATABASE</p>
</div>
<h2><strong>Parameter:</strong></h2>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
@@ -3193,6 +3193,19 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>Name of the Client unit.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#boolean
<strong><strong>Force</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(optional) Force registration of client.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>