Enumeration providing task status values.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C#
![]() |
---|
public enum TaskStatus |
Visual Basic
![]() |
---|
Public Enum TaskStatus |
Member name | Description | |
---|---|---|
![]() |
Completed |
Indicates a completed task. |
![]() |
Deferred |
Indicates a deferred task. |
![]() |
InProgress |
Indicates a task in progress. |
![]() |
NotStarted |
Indicates that the task has not started yet. |
![]() |
WaitingOther |
Indicates a task that depends on another task. |
Scheduling for .NET MAUI Guide | © 2023 MindFusion |