IExistsResultObject
[ Interface ]
export interface IExistsResultObject extends TcHmi.IResultObject {
result?: boolean;
}
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 ] | Result whether the symbol exists or not |
Available from version 1.10.1336.10 |