web_global_verification_resume

Resumes the specified checks suspended by web_global_verification_pause.

C Language

int web_global_verification_resume( constchar *ID [, constchar *ID1, ..., constchar *IDn], LAST);
Argument Description
ID Each argument is a name-value pair as previously passed to web_global_verification as the ID argument. For example: ("ID=id1","ID=id2", LAST).
LAST A marker that indicates the end of the argument list.

Return Values

This function returns LR_PASS (0) on success, and LR_FAIL (1) on failure.

Parameterization

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

General Information

The web_global_verification_resume function resumes performing the checks originally specified by web_global_verification and then suspended by web_global_verification_pause.