Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2023-10-30 14:00:12 +00:00
parent 15a9a24115
commit f62fcd9934
33 changed files with 540 additions and 982 deletions

View File

@@ -1624,7 +1624,7 @@ To control how long a reporting message is displayed, use <a href="##(DETECTION_
Derived classes need to implement the method <a href="##(DETECTION_MANAGER).GetReportDisplayTime">DETECTION_MANAGER.GetReportDisplayTime</a>() to use the correct display time for displayed messages during a report.</p>
<p>Reporting can be started and stopped using the methods <a href="##(DETECTION_MANAGER).StartReporting">DETECTION_MANAGER.StartReporting</a>() and <a href="##(DETECTION_MANAGER).StopReporting">DETECTION_MANAGER.StopReporting</a>() respectively.
If an ad-hoc report is requested, use the method <a href="DETECTION_MANAGER.html##(ReportNow)">DETECTION_MANAGER#ReportNow</a>().</p>
If an ad-hoc report is requested, use the method <a href="##(DETECTION_MANAGER).ReportNow">DETECTION_MANAGER.ReportNow</a>().</p>
<p>The default reporting interval is every 60 seconds. The reporting messages are displayed 15 seconds.</p>