Show/Hide Toolbars

Licence Protector 5

 

 

Terminate a regular online check on a specific date. After this date, the regular online check is terminated. The date, when the online check stops, can be retrieved with GetEndVerificationOfModule.

 

The next planned online check can be retrieved with NextVerificationOfModule.

 

For a complete description see chapter regular online checks.

 

Name

SetEndVerificationOfModule                                                                

Purpose

Property to get and set the date when the last online verification for the specified module will occur. After this date no online checks are done.

Params

Parameter

Type

Example

Note

ModuleID

String

QHD001

Unique ModuleID

Returncode

Returncode

Type Integer

Note

0

There is no information when the last online check will be done. Probably there was no successful CheckModuleSubscription or CheckModule before.

A date

Date, when the last online check is due

Usage

Inform the user when the last  online check will be done

Sample

 

  dtLastCheck := lic.EndVerificationOfModule('QHD001');

  if ...

  end

See also

NextVerificationOfModule.,CheckModuleSubscription CheckModule, DeactivateModule, SetVerificationIDOfModule, VerificationOfModule, GetEndVerificationOfModule