GeoEco.Logging.ProgressReporter.Stop
- ProgressReporter.Stop()
Signals the ProgressReporter that processing is complete.
This method will report a completion message as described in the class-level documentation. You must call
Start()before calling this method. If provided a value for totalOperations when you calledStart(), and the number of completed operations has not reached this total,Stop()will reportAbortedMessage.