Kill command

From m204wiki
Revision as of 21:25, 30 January 2023 by Ekern (talk | contribs)
(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