IMetabaseUpdateLogRecord.ErrorSkipped

Syntax

ErrorSkipped: Boolean;

Description

The ErrorSkipped property returns whether error is skipped on applying update element.

Comments

The property returns True if error was skipped, and False if error required handling.

Example

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

See also:

IMetabaseUpdateLogRecord