globalmapper.SetProgressCallbackThread

globalmapper.SetProgressCallbackThread(GM_ProgressCallbackFunc aCallbackFunc) None

Sets the function to call to report the progress of an operation in the calling thread. If a progress callback is provided, a progress dialog will not be shown, instead the callback function will be called. Pass None in for the callback function to restore the standard progress reporting dialog.

Parameters

aCallbackFunc (GM_ProgressCallbackFunc) – The function to use to display progress

Returns

Nothing

Return type

None