IMetabaseUpdateLogRecord.IsFinished

Syntax

IsFinished: Boolean;

Description

The IsFinished property returns whether update element is applied successfully.

Comments

The property returns True if update element is installed successfully, and False if any errors occurred during installation.

Example

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

See also:

IMetabaseUpdateLogRecord