dict.cc dictionary

IProgress.progress Method 

Called in order to tell the current progress

[Visual Basic]
Sub progress( _
   ByVal perc As Integer _
)
[C#]
void progress(
   int perc
);

Parameters

perc
the current progress in percents

See Also

IProgress Interface | dict Namespace