Gets or sets the status of this task.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public TaskStatus Status { get; set; } |
Visual Basic Copy Code |
---|
Public Property Status As TaskStatus |
A member of the TaskStatus enumeration. The default is NotStarted.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |