getFunctionVersion

[ Function ]

function getFunctionVersion(
    name: string
): Version | null;

Returns the version number of a function based on the function name.

Parameter

Name

Type

Description

name

string

The name of the function.

Return value

Type

Description

TcHmi.Version | null

Version number as object of type TcHmi.Version or null if the name is unknown.

getFunctionVersion 1:

Available from version 1.10.1336.404