Click or drag to resize

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)
Syntax
void Update(
	int percent,
	string message
)

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

STK Parallel Computing Desktop API 2.10