Built-In Functions
Built-In Functions for BoxLang+ Core Licensing Module
License Management Functions
result = boxlangLicenseActivate(
email = "[email protected]",
licenseKey = "XXXX-XXXX-XXXX-XXXX",
serverType = "Production"
);βΉοΈ BoxlangLicenseInfo
licenseInfo = boxlangLicenseInfo();
if ( licenseInfo.isValidLicense ) {
systemOutput( "License active until: " & licenseInfo.expirationDate );
}Last updated
Was this helpful?
