IExecuteResultObject
[ Interface ]
export interface IExecuteResultObject extends IResultObject {
result?: any;
}
Extends TcHmi.IResultObject
Properties
Name | Type | Description |
---|---|---|
error | Cause of the fault | |
details [ optional ] | Optional details about error-. Content depends on the function used and the error. | |
result [ Optional ] | Return value |
Available from version 1.10 |