Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2023-10-31 09:29:14 +00:00
parent 97b336e383
commit fcb2ae4cd5
47 changed files with 22411 additions and 517 deletions

View File

@@ -1677,7 +1677,7 @@
<p>A SCHEDULER can manage <strong>multiple</strong> (repeating) schedules. Each planned or executing schedule has a unique <strong>ScheduleID</strong>.
The ScheduleID is returned when the method <a href="##(SCHEDULER).Schedule">SCHEDULER.Schedule</a>() is called.
It is recommended to store the ScheduleID in a variable, as it is used in the methods <a href="SCHEDULER.Start.html">SCHEDULER.Start</a>() and <a href="SCHEDULER.Stop.html">SCHEDULER.Stop</a>(),
It is recommended to store the ScheduleID in a variable, as it is used in the methods <a href="##(SCHEDULER).Start">SCHEDULER.Start</a>() and <a href="##(SCHEDULER).Stop">SCHEDULER.Stop</a>(),
which can start and stop specific repeating schedules respectively within a SCHEDULER object.</p>
<h2>SCHEDULER constructor</h2>