Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2026-06-21 10:54:38 +00:00
parent bdb5d5b2fb
commit 117ffa750d
21 changed files with 799 additions and 1164 deletions
@@ -1611,6 +1611,12 @@ The Schedule() method returns the CallID that is the reference ID for each plann
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SCHEDULEDISPATCHER).Stop">SCHEDULEDISPATCHER:Stop(Scheduler, CallID)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Stop dispatcher.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SCHEDULEDISPATCHER)._Reclaim">SCHEDULEDISPATCHER:_Reclaim(Scheduler, CallID)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Helper for memory cleanup for self stopping schedulers</p>
</td>
</tr>
</table>
@@ -2806,6 +2812,52 @@ Nothing of this code should be modified without testing it thoroughly.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(SCHEDULEDISPATCHER)._Reclaim" ><strong>SCHEDULEDISPATCHER:_Reclaim(Scheduler, CallID)</strong></a></h2>
</div>
<p>Helper for memory cleanup for self stopping schedulers</p>
<div id= "#Functions##_Reclaim" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>SCHEDULEDISPATCHER</p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="Core.Scheduler.html##(SCHEDULER)">Core.Scheduler#SCHEDULER</a>
<strong><strong>Scheduler</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Scheduler object.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>CallID</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) Scheduler Call ID.</p>
</div>
</div>
</div>
</div>
</div>