Kill command

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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