IReportProgress Interface |
An interface used for reporting the progress of a task as it executes on a host.
Namespace:
AGI.STKParallel.PluginCore
Assembly:
AGI.STKParallel.PluginCore (in AGI.STKParallel.PluginCore.dll) Version: 12.10.0.1777 (12.10.0.1777)
Syntaxpublic interface IReportProgress
Public Interface IReportProgress
The IReportProgress type exposes the following members.
Methods
| Name | Description |
---|
 | Update |
Updates the task's progress.
|
Top
See Also