Share via


IProgressEntry Interface

Definition

A metric/progress holder item.

public interface IProgressEntry
type IProgressEntry = interface
Public Interface IProgressEntry

Methods

SetMetric(Int32, Double)

Sets the metric with index index to value.

SetProgress(Int32, Double)

Set the progress value for the index index to value, and the limit value for the progress becomes 'unknown'.

SetProgress(Int32, Double, Double)

Set the progress value for the index index to value, and the limit value to lim. If lim is a NAN, it is set to null instead.

Applies to