IStatMethod.Status

Syntax

Status: Integer;

Description

The Status property returns the method execution status.

Comments

If the method is executed without errors, the Status property returns 0, otherwise it returns error code. Use the ErrorByStatus property to get error text by its code.

Example

The property use is given in the example for IStatMethod.ErrorByStatus.

See also:

IStatMethod