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 | The name of the function. |
Return value
Type | Description |
---|---|
Version number as object of type TcHmi.Version or null if the name is unknown. |
Available from version 1.10.1336.404 |