| macroRef subcommand ?options? |
macroRef delete token
Note that you can't delete a macro while it is being recorded: you must first stop
the recording, then delete it. Once a macro sequence has been deleted, its
token is no longer valid.
macroRef execute token
If any command in the sequence fails (i-e raises an error) then the
execution of the sequence is aborted and the remaining commands are not
executed.
macroRef isRecording
macroRef list
The list returned is in reverse creation order: last created sequence
comes first.
macroRef script token
The returned value is a list of Tcl instructions corresponding to the
recorded actions. If recording is still going on, this command returns a
list of the commands recorded so far.
macroRef startRecording
The command returns a token which can be used with the
other subcommands.
macroRef stopRecording
If no sequence is being recorded, the command is just ignored.