Command no longer in use
Replaced with command GetVerificationOfModule and SetVerificationOfModule
Enables or disables the regular online check.
Name |
VerificationOfModule |
||||||
Purpose |
Property to enable or disable the regular online check |
||||||
Params |
None |
||||||
Returncode |
|
||||||
Usage |
Change / Retrieve the application version in the license file |
||||||
Sample |
Get: bIsCheckOn := lic.VerificationOfModule; << use Boolean bIsCheckOn >>
Set: lic.VerificationOfModule := true; |
||||||
See also |
SetVerificationIDOfModule, CheckModuleSubscription, CheckModule, DeactivateModule, NextVerificationOfModule, |
• | The current status can be retrieved using GetVerificationOfModule |
• | The online check can also be enabled in project template using <ModuleVerification> |