callback
The "after event" command procedure for the command. When eventing is on, this procedure will be executed after the command has been executed. At system startup for all commands this element has no value.
When this procedure is executed, the command name and the command parameters which invoked the event are passed to it as string parameters.
This procedure should not be called explicitly.
command.after (<string>,<string>)
open.after = { args name=string, data=string tell <'Command:', name> tell <'Data:', data> }
Identifiers: |
eventing (numeric) |