Indicates whether an error was returned by the last tapixxx function (
functions for managing phone calls) to the TAPI module. This function should be associated with the functions that return no result (neither True or False).
IF tapiCalledID() = "" THEN
IF tapiError() = True THEN
Error(ErrorInfo(errMessage))
END
END
Syntax
<Result>: Boolean
- False if no error occurred when using a telephony function,
- True if an error occurred. The text or the code of the TAPI error is returned by ErrorInfo.