ICheckLicenseResult

[ Interface ]

export interface ICheckLicenseResult extends TcHmi.IResultObject {
    count?: number;
    expireTimeUTC?: string;
    result?: number | CheckLicenseResult;
}

Provides information from the TwinCAT 3 ADS license server for a specific license.

Properties

Name

Type

Description

count [ optional ]

number

Number of instances.

expireTimeUTC [ optional ]

string

Expiration date as ISO 8601 string. Example "2019-03-25T00:25:27.70955161Z"

result [ Optional ]

number | TcHmi.Server.ADS. CheckLicenseResult

Result of the license check

ICheckLicenseResult 1:

Available from version 1.12