Command: skip

Syntax

skip

Description

Skip execution of the command during command eventing.

Parameters

None

Switches

None

Notes

This command should only be used within a command.before event procedure, and may be used to replace the actions of the command being evented. It should be the last command of the procedure.

Examples

Prohibit the execution of a save command.

save.before = {
    !Sorry. You cannot do a SAVE at this time
    skip
}

See Also

Identifiers:

eventing (numeric)

Structures:

command