Kill command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:


{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<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>
<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>



Latest revision as of 21:25, 30 January 2023

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