DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.WaitForBackgroundProcesses | Methods | Properties
Waits for any pending background processes that must finish before the application can continue.
// C# public void WaitForBackgroundProcesses();
' VisualBasic Public Sub WaitForBackgroundProcesses()
// Oxygene public procedure WaitForBackgroundProcesses;
For example, TGIS_ViewerWnd waits here until the basemap finishes. Use this internally, for example before showing PrintPreview.