Gets or sets the task progress measured in percents.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public double Progress { get; set; } |
Visual Basic Copy Code |
---|
Public Property Progress As Double |
A double value specifying the progress made on this task. The default is 0.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |