Syntax for Actions in a Pattern Definition

Format

To include actions in a pattern, use the following format:

DEFINE "group-name" [pattern-number]

MESSAGE "message-text"
			.
			.
			.
[ACTION action-type "action-text"

		[WAIT xx [<SECONDS> MINUTES] ]

[CREATE variable-group-name:member-name]

[DESTROY variable-group-name:member-name]

[SET variable-name = expression]

[RESET variable-name]

[IF expression

		[action]...

		[ELSEIF expression

				[action]...] ...

[ELSE

		[action]...]

ENDIF]

END

ACTION commands are described in subsections 4.2 through 4.19. The remaining commands are described in subsections 4.20 through 4.24.