Specifies the status of the task.
Namespace: MindFusion.Scheduling
Package: Calendar.js
JavaScript
![]() |
---|
// enum |
Member name | Description | |
---|---|---|
![]() |
Completed |
Value: 2. The task is completed. |
![]() |
Deferred |
Value: 4. The task is deferred. |
![]() |
InProgress |
Value: 1. The task is still in progress. |
![]() |
NotStarted |
Value: 0. The task has not started yet. |
![]() |
WaitingOther |
Value: 3. The task is waiting another one. |