MacroWait 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">Slows down Debugger macro execution by adding a wait after each command in the using_debugger_macr...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<span class="f_Para">Slows down Debugger macro execution by adding a wait after each command in the [[using_debugger_macros.html|macro]]. </span>
<span class="f_Para">Slows down Debugger macro execution by adding a wait after each command in the [[Using Debugger Macros|macro]]. </span>


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

Latest revision as of 22:59, 3 February 2023

Action:

Slows down Debugger macro execution by adding a wait after each command in the macro.

Syntax:

macroWait nnn

where:

nnn is the number of milliseconds to wait after the execution of each command in the macro.

Scope: Allowed only in Debugger macros.
Client menu: --
Introduced: Build 57