Killing a Command
- Last UpdatedApr 24, 2023
- 1 minute read
Commands can be destroyed in the same way as a form using the KILL command as follows:
KILL !!cmdbutton
This will delete the command Global instance and, if the command has been registered, unregister the command from the Command Manager.
Note:
Commands like forms are not persisted across module switches.