TypeLib Xojo support Plugin

IProgressHandler.OnProgress Method

Algorithms that use the IProgressHandler interface will call this method when they want to give a notice of a progress.

OnProgress(
   value as Integer,
   total as Integer)

Parameters

value
The current progress state.
total
The progress state as it will be once the filter is finished.

Remarks

See Also

IProgressHandler Interface