Status: Integer;
The Status property returns the method execution status.
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.
The property use is given in the example for IStatMethod.ErrorByStatus.
See also: