ResetGlobalAssertCounts command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(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...")
 
No edit summary
Line 4: Line 4:
|width="50%"| '''Action:'''
|width="50%"| '''Action:'''
|width="50%"|
|width="50%"|
<span class="f_Para">Normally, the assert counts accessible from the </span><span class="f_Monospace">&amp;&amp;globalAssertFailureCount</span><span class="f_Para">, </span><span class="f_Monospace">&amp;&amp;globalAssertStatus</span><span class="f_Para">, and </span><span class="f_Monospace">&amp;&amp;globalAssertSuccessCount</span><span class="f_Para"> [[working_with_macro_functions.html|Client functions]] are reset only when the Client is started/restarted. If you want to clear them at any arbitrary time, executing </span><span class="f_Monospace">resetGlobalAssertCounts</span><span class="f_Para"> resets them to 0. </span>
<span class="f_Para">Normally, the assert counts accessible from the </span><span class="f_Monospace">&amp;&amp;globalAssertFailureCount</span><span class="f_Para">, </span><span class="f_Monospace">&amp;&amp;globalAssertStatus</span><span class="f_Para">, and </span><span class="f_Monospace">&amp;&amp;globalAssertSuccessCount</span><span class="f_Para"> [[Working with Client functions (Debugger)|Client functions]] are reset only when the Client is started/restarted. If you want to clear them at any arbitrary time, executing </span><span class="f_Monospace">resetGlobalAssertCounts</span><span class="f_Para"> resets them to 0. </span>


'''Syntax:'''
'''Syntax:'''

Revision as of 02:30, 8 December 2022

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