Click or drag to resize

ProgressState Constructor (Int32, Int32, Int32, TimeSpan)

Initializes a new instance of the ProgressState class.

Namespace:  Opait.Api
Assembly:  Opait.Core (in Opait.Core.dll) Version: 1.3.3.0
Syntax
C#
public ProgressState(
	int percent,
	int pageCount,
	int totalPages,
	TimeSpan elapsed
)

Parameters

percent
Type: SystemInt32
Percentile progress value in the [0-100] range.
pageCount
Type: SystemInt32
Number of pages processed.
totalPages
Type: SystemInt32
Total number of pages to process.
elapsed
Type: SystemTimeSpan
The elapsed time span.
See Also