Progress TryReportProgress Method (Int64) TIBCO Spotfire 6.5 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: 14.10.7525.5058 (14.10.7525.5058)
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.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also