Click or drag to resize

ProgressState Class

Class tracks the state for a progress for a process.
Inheritance Hierarchy
SystemObject
  Opait.ApiProgressState

Namespace:  Opait.Api
Assembly:  Opait.Core (in Opait.Core.dll) Version: 1.3.3.0
Syntax
C#
public sealed class ProgressState

The ProgressState type exposes the following members.

Constructors
  NameDescription
Public methodProgressState(String)
Initializes a new instance of the ProgressState class.
Public methodProgressState(TimeSpan)
Initializes a new instance of the ProgressState class.
Public methodProgressState(TimeSpan, String)
Initializes a new instance of the ProgressState class.
Public methodProgressState(Int32, TimeSpan, String)
Initializes a new instance of the ProgressState class.
Public methodProgressState(Int32, Int32, Int32, TimeSpan)
Initializes a new instance of the ProgressState class.
Top
Properties
  NameDescription
Public propertyElapsed
Gets the elapsed processing time.
Public propertyItemsProcessed
Gets the number of processed items.
Public propertyPercent
Gets the percentile progress value in the [0-100] range.
Public propertyTotalItems
Gets the total number of items to process.
Public propertyUserData
Gets or sets a user defined data.
Top
See Also