Kill command: Difference between revisions
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 |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{| | {| | ||
|width=" | |width="125px"| '''Action:''' | ||
|width=" | |width="575px"| | ||
<span class="f_Para">Stops a running [[ | <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:''' |
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 |