Element: command.after { }

Type

callback

Description

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.

Syntax

command.after (<string>,<string>)

Examples

open.after = {
    args name=string, data=string
    tell <'Command:', name>
    tell <'Data:', data>
}

See Also

Identifiers:

eventing (numeric)