Kill command

From m204wiki
Revision as of 15:53, 6 December 2022 by Ekern (talk | contribs)
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