Click or drag to resize

ProgressState Constructor (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(
	TimeSpan elapsed
)

Parameters

elapsed
Type: SystemTimeSpan
The elapsed time span.
See Also