ReportProgress Method
Lets the application know how close to completion the job is.
Syntax
void ReportProgress(
System.int percentComplete
)Sub ReportProgress( _
ByVal percentComplete As System.Integer _
) Parameters
| Name | Description |
|---|---|
| percentComplete | How close to completion the job is. |