IExistsResultObject

[ Interface ]

export interface IExistsResultObject extends TcHmi.IResultObject {
    result?: boolean;
}

Extends TcHmi.IResultObject

Properties

Name

Type

Description

error

Errors

Cause of the fault

details [ optional ]

IErrorDetails

Optional details about error. Content depends on the function used and the error.

result [ Optional ]

boolean

Result whether the symbol exists or not

IExistsResultObject 1:

Available from version 1.10.1336.10