Wiki Home
Syntax
success, failure (attribute)
The success or failure attribute specifies a block of statements to run on success or failure of a check. It is used in all check statements.
success { <statement-list> }
failure { <statement-list> }
Repeatable: no
Wiki Home
Syntax