Method CalculatingProgress
CalculatingProgress(CalcProgressEvent, uint, string, ref CalcStatus)
Calculating progress event
Declaration
void CalculatingProgress(CalcProgressEvent progressEvent, uint progressValue, string text, ref CalcStatus status)
Parameters
| Type | Name | Description |
|---|---|---|
| CalcProgressEvent | progressEvent | Progress event type |
| uint | progressValue | Progress value for the current event |
| string | text | Text for the current event |
| CalcStatus | status | Calculation status after the event has been processed, the caller can change the state to stop the calculation process |