Represents a task in the calendar.
Namespace: MindFusion.Scheduling
File: Task.js
JavaScript Copy Code |
---|
// class |
The following code creates a new Task in 10 days with high priority, estimated duration of 5 hours (300 minutes) and adds it to the tasks list of a schedule:
JavaScript Copy Code |
---|
var p = MindFusion.Scheduling; // create a task |
MindFusion.Scheduling.Resource
MindFusion.Scheduling.Task