onProgress Method
This method is called when IModelExporter has made incremental progress based on the progressInterval setting.
This method is async
to make it easier to integrate with asynchronous status and health reporting services.
onProgress(): Promise<void>
@note A subclass may override this method to report custom progress. The base implementation does nothing.
Returns - Promise
Defined in
Last Updated: 06 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.