IReportProgressUpdate Method |
Updates the task's progress.
Namespace:
AGI.STKParallel.PluginCore
Assembly:
AGI.STKParallel.PluginCore (in AGI.STKParallel.PluginCore.dll) Version: 12.10.0.1777 (12.10.0.1777)
Syntaxvoid Update(
int percent,
string message
)
Sub Update (
percent As Integer,
message As String
)
Parameters
- percent
- Type: SystemInt32
The percentage of the task that has been completed. - message
- Type: SystemString
A message describing the current state of the task's progress.
See Also