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.9.0.1601 (12.9.0.1601)
Syntax public interface IReportProgress
Public Interface IReportProgress
The IReportProgress type exposes the following members.
Methods
| Name | Description |
---|
| Update |
Updates the task's progress.
|
TopSee Also