Kill 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">Stops a running macro and issues a message indicating that fact. If <...")
 
No edit summary
Line 4: Line 4:
|width="50%"| '''Action:'''
|width="50%"| '''Action:'''
|width="50%"|
|width="50%"|
<span class="f_Para">Stops a running [[using_debugger_macros.html|macro]] and issues a message indicating that fact. If </span><span class="f_Monospace">kill</span><span class="f_Para"> is issued and the  specified macro is not running, you receive a message indicating that no such macro is running. This is most suitable if a macro's execution spans multiple requests. </span>
<span class="f_Para">Stops a running [[Using Debugger Macros|macro]] and issues a message indicating that fact. If </span><span class="f_Monospace">kill</span><span class="f_Para"> is issued and the  specified macro is not running, you receive a message indicating that no such macro is running. This is most suitable if a macro's execution spans multiple requests. </span>


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

Revision as of 15:53, 6 December 2022

Action:

Stops a running macro and issues a message indicating that fact. If kill is issued and the  specified macro is not running, you receive a message indicating that no such macro is running. This is most suitable if a macro's execution spans multiple requests.

Syntax:

kill macroName 

where macroName is the name of the macro you want to stop.

Client menu: Macros
Introduced: Build 58