C# Class BclExtras.Threading.ProgressTrackerProxy.TrackerData

Show file Open project: scottwis/tiny

Public Properties

Property Type Description
CurrentStep int?
IsCancelAllowed bool?
PerformStepCount int?
StepIncrement int?
StepTotal int?
Summary string
Title string

Property Details

CurrentStep public property

public int? CurrentStep
return int?

IsCancelAllowed public property

public bool? IsCancelAllowed
return bool?

PerformStepCount public property

public int? PerformStepCount
return int?

StepIncrement public property

public int? StepIncrement
return int?

StepTotal public property

public int? StepTotal
return int?

Summary public property

public string Summary
return string

Title public property

public string Title
return string