ProgressInfo Struct

Definition

Represents an update of a progress.

public value class ProgressInfo
public struct ProgressInfo
type ProgressInfo = struct
Public Structure ProgressInfo
Inheritance
ProgressInfo

Constructors

ProgressInfo(Int32, Int32)

Creates a new instance of the ProgressInfo struct.

Properties

CompletedItems

A number of already completed items.

TotalItems

A total number if items.

Applies to