IProgressInfo

Description

interface Tinman.Core.Threading.Operations.IProgressInfo

Extended by

RunningOperation sealed

Base interface that provides progress information.

Public / Attributes

Progress


public attribute Progress → (get)

value : int32

[0..100]
The current progress, in percent.

The current progress, in percent.

Time​Elapsed


public attribute TimeElapsed → (get)

value : float64

The elapsed time, in seconds.

The elapsed time of the operation, in seconds.

Time​Remaining


public attribute TimeRemaining → (get)

value : float64

The remaining time, in seconds.

The estimated remaining time of the operation, in seconds.

Time​Total


public attribute TimeTotal → (get)

value : float64

The total time, in seconds.

The estimated total time of the operation, in seconds.