Progress TryReportProgress Method (Int64) TIBCO Spotfire 6.0 API Reference
Report one or more steps of progress to the currently executing subtask.

Namespace: Spotfire.Dxp.Framework.ApplicationModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public abstract void TryReportProgress(
	long progressIncrement
)

Parameters

progressIncrement
Type: System Int64
The amount of progress to report, for example the number of lines read, the number of records processed, etc.
Exceptions

ExceptionCondition
System ArgumentException If progressIncrement is zero or a negative number.
See Also