SetFingerprintFailureThreshold

Specifies the percentage of fingerprint upload failures to ignore when you use the Fingerprint web service.

Syntax

 bool SetFingerprintFailureThreshold(StrParam)

Parameters

Int parameter that represents percent threshold of fingerprint upload failures to ignore. Smart parameters are supported.

The batch aborts if the percentage of fingerprints that are failed to load exceeds this value.

Returns

Returns False when:
  • The fingerprint service is not configured using action SetFingerprintWebServiceURL().
Returns False and aborts the batch when:
  • The input parameter is not a value from 0 to 100.
  • If the percentage of fingerprints that failed to load is greater than the threshold.
  • If no fingerprints have been loaded and at least one has failed to load.

Otherwise, True.

Level

Batch, Document, or Page levels.

Details

Uses this action to set the maximum number of fingerprint upload failures to ignore. If the application has been set using the action SetApplicationID, then the threshold will be set for that specific application only.
Example
FindFingerprint(True)
SetFingerprintFailureThreshold("10")