checkLicenseEx
[ Function ]
public static checkLicenseEx(
licenseId: string,
requestOptions: Server.IRequestOptions | null
callback: null | ((this: void, data: TcHmi.Server.ADS.ICheckLicenseResult) => void) = null
): TcHmi.IErrorDetails;
Queries a license via the TwinCAT 3 ADS license server.
Parameter
Name | Type | Description |
---|---|---|
licenseId | The Id of the license to be checked. | |
requestOptions | Request settings. | |
callback | null, ((this: void, data: TcHmi.Server.ADS.ICheckLicenseResult) => void | This is triggered when the result of the operation is available. |
Return value
Type | Description |
---|---|
Returns feedback as to whether the operation was successfully transferred to the TwinCAT HMI server. |
Available from version 1.12 |