Progress TryReportProgress Method (Int64) TIBCO Spotfire 7.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: 18.10.8513.5432 (18.10.8513.5432)
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: 7.0, 6.5, 6.0, 5.5, 5.0
See Also