IMetabaseUpdateLogRecord.HasError

Syntax

HasError: Boolean;

Description

The HasError property returns whether update element execution returns error.

Comments

The property returns True if an error occurred on updating the Node element, and False if the element was deleted successfully. The error, if it occurred, can be obtained in the Error property.

Example

The property use is given in the example for IMetabaseUpdateLog.Records.

See also:

IMetabaseUpdateLogRecord