Click or drag to resize

ProgressContextProgress Property

Gets or sets the progress of task.

Namespace:  Ookii.Jumbo.Jet.Tasks
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public float Progress { get; set; }

Property Value

Type: Single
The progress of the task, between 0 and 1.
See Also