When manually calling the "check()" method, you must provide a parameter: the name of the callback function in the form of a string. This function is called at the end of the analysis with all validation information passed as a parameter.
If "autocheck()" is set to "true", it is necessary to use the "checked" event to retrieve the scan result. The validation information is then passed to the function related to this event (see next section).