This document is archived and information here might be outdated. Recommended version. |
Current Status of the calculator.
[Visual Basic .NET]
Public Function Status ( _
ByVal rowsWritten As Integer, _
ByVal lastStatus As Boolean _
) As Boolean
[C#]
public bool Status (
int rowsWritten,
bool lastStatus
);
The Status method is called for each record to be processed during the calculation operation. Feedback may be provided to the user on the number of records processed and if the calculation should be aborted. This method would normally be set to true if for example, the user pressed the ESC key.