KVSMTCMedLicenseLib#
Procedures#
CheckMEDLicence_ActionModule(Enum KVSMTCLicenseCheckOption) : Boolean#
Summary: Checks if the MED license for the action module is valid and optionally displays an error.
procedure CheckMEDLicence_ActionModule(showError: Enum "KVSMTCLicenseCheckOption"): Boolean
Parameters:
ShowError
: If true, displays an error message when license check fails.
Returns: Returns true if the MED license for action module is valid, false otherwise.
CheckMedLicence_MDR(Enum KVSMTCLicenseCheckOption) : Boolean#
Summary: Checks if the MED license for the mdr module is valid and optionally displays an error.
procedure CheckMedLicence_MDR(showError: Enum "KVSMTCLicenseCheckOption"): Boolean
Parameters:
ShowError
: If true, displays an error message when license check fails.
Returns: Returns true if the MED license for mdr module is valid, false otherwise.