web.globalVerificationResume

Resumes the specified checks suspended by web.globalVerificationPause.

Syntax

web.globalVerificationResume( id [, id1, ..., idn] );
Property Name
Description
id [ id1...idn]
Each argument is an ID previously passed to web.globalVerification as the ID argument. For example: ("id1","id2").

Return Values

Not applicable

Parameterization

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

General Information

The web.globalVerificationResume function resumes performing the checks originally specified by web.globalVerification and then suspended by web.globalVerificationPause.

Example

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