ASP.NET Pack Programmer's Guide
TaskPriority Enumeration
See Also
 





Specifies the priority of tasks.

Namespace: MindFusion.Scheduling
Package: Calendar.js

 Syntax

JavaScript  Copy Code

// enum
TaskPriority = {}

 Members

  Member name Description

High

Value: 2. The task is with high priority.

Low

Value: 0. The task is with low priority.

Normal

Value: 1. The task is with normal priority.

 See Also

MindFusion.Scheduling Namespace