globalmapper.SetProgressCallbackThread

globalmapper.SetProgressCallbackThread(function aCallbackFunc) None[source]

Note

The aCallbackFunc parameter cannot be a class method or a static method – it must be a function.

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 (function) – The function to use to display progress

Returns:

Nothing

Return type:

None