Kill command

From m204wiki
Revision as of 21:34, 26 May 2022 by Ekern (talk | contribs) (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 <...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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