ResetGlobalAssertCounts command

From m204wiki
Revision as of 16:22, 17 June 2022 by Ekern (talk | contribs) (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Normally, the assert counts accessible from the </span><span class="f_Monospace">&&globalAss...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Action:

Normally, the assert counts accessible from the &&globalAssertFailureCount, &&globalAssertStatus, and &&globalAssertSuccessCount Client functions are reset only when the Client is started/restarted. If you want to clear them at any arbitrary time, executing resetGlobalAssertCounts resets them to 0.

Syntax:

resetGlobalAssertCounts 

Client menu: --
Introduced: Build 57