Function

[ Class ]

Used to execute functions based on a static JSON description.

Constructors

Name

Description

constructor

Creates an instance of a function.

Functions

Name

Description

execute

Calls the function from the description with which the constructor was called and returns the corresponding return value.

executeEx

Calls the function from the description with which the constructor was called and provides a callback function parameter for results with possibly asynchronous availability.

isProcessedAsync

Returns true if the given function expression will be executed asynchronously and false if not.

destroy

Destroys the function object.

Interfaces

Name

Description

IExecuteResultObject

Extends TcHmi.IResultObject

Function 1:

Available from version 1.10