web.globalVerificationPause

Suspends the specified checks set by web.globalVerification.

Syntax

web.globalVerificationPause( '<id_1>' [, '<id_2>', ..., '<id_n>'] );
Arguments
Description
List of IDs
Each argument is a value previously passed to web.globalVerification as the id property.

Return Values

Not applicable

Parameterization

All string arguments (char type) can be parameterized using standard parameterization.

General Information

The web.globalVerificationPause function stops the performance of each of the specified checks previously begun by web.globalVerification until the same verification id is passed to web.globalVerificationResume.

Example

web.globalVerificationPause( "ID1", "ID2" );