-
Start the MQL application.
-
Run the command:
check product license NAME {NAME} [dump [RECORDSEP]];
where: - NAME
The name of the app license you checking.
The command returns either "true" or "false" or if NAME is not a valid app, "invalid." If multiple app names are provided in the command, multiple "true" or "false" values separated by spaces are returned. You can specify a different separator character by using the standard dump keyword. For details on MQL commands, see "General Syntax" in the Reference Commands chapter of the Studio Modeling Platform MQL Guide.
|