Get the date, when the last online check will be due (online check is terminated). After this date, the regular online check is terminated. This date can be set with SetEndVerificationOfModule.

 

The next planned online check can be retrieved with NextVerificationOfModule.

 

For a complete description see chapter regular online checks.

 

Name

GetEndVerificationOfModule                                                                  

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, SetEndVerificationOfModule