Function
[ Class ]
Used to execute functions based on a static JSON description.
Constructors
Name |
Description |
---|---|
Creates an instance of a function. |
Functions
Name |
Description |
---|---|
Calls the function from the description with which the constructor was called and returns the corresponding return value. | |
Calls the function from the description with which the constructor was called and provides a callback function parameter for results with possibly asynchronous availability. | |
Returns true if the given function expression will be executed asynchronously and false if not. | |
Destroys the function object. |
Interfaces
Name |
Description |
---|---|
Extends TcHmi.IResultObject |
Available from version 1.10 |
Further Information