MindFusion.Scheduling for ASP.NET Programmer's Guide
TaskStatus Enumeration
See Also
 





Specifies the status of the task.

Namespace: MindFusion.Scheduling
Assembly: Calendar.js

 Syntax

JavaScript  Copy Code

// enum
TaskStatus = {}

 Members

  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.

 See Also

MindFusion.Scheduling Namespace