Get the status of the regular online check, which was either set using SetVerificationOfModule or in the project template using <ModuleVerification>. If a module was locked using DeactivateModule or TransferLicense, then the status is 2=frozen.

 

For a complete description see chapter regular online checks.

 

 

Name

GetVerificationOfModule                                                                    

Purpose

Property to get the state of the license regarding online verifications used in combination with CheckModuleSubscription or CheckModule

Params

Parameter

Type

Example

Note

ModuleID

String

QHD001

Unique ModuleID

Returncode

Returncode

Type Integer

Note

0 = off

Regular online verification is off

1 = ongoing

Regular online verification is off

2 = frozen

A failed online verification has locked that license. A successful checkModuleSubscription or PrepareAndCheck can reactivate it it

3 = deactivated

The regular online verification was terminated within the Key Details on the Activation Server 4 or with setEndVerificationOfModule

Usage

You can check the main parameter of the CheckLicence functionality

Sample

 

  iLicModuleVerification := lic.GetVerificationOfModule('QHD001');

  if iLicModuleVerification = 0 then

  begin

    << online Verification is Off >>

     ...

  end

See also

CheckModuleSubscription, CheckModule, DeactivateModule, NextVerificationOfModule, VerificationOfModule, SetVerificationOfModule, SetVerificationIDOfModule